summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
committerhukl <contact@smyck.org>2009-09-10 12:50:41 +0200
commitcc401c9bf20995bc4e02ba835847a7578e727d0c (patch)
tree7222a0c6176f912b24a6be019eea2c588f11c62c /app/controllers/nodes_controller.rb
parent27fafacabbfa06ee9e74a14ab7687978cbe931e8 (diff)
going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors
also changing the german error messages to english as the interface is english only so far
Diffstat (limited to 'app/controllers/nodes_controller.rb')
-rw-r--r--app/controllers/nodes_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/nodes_controller.rb b/app/controllers/nodes_controller.rb
index cfc9e7b..538e2f6 100644
--- a/app/controllers/nodes_controller.rb
+++ b/app/controllers/nodes_controller.rb
@@ -38,7 +38,6 @@ class NodesController < ApplicationController
38 @node.draft.update_attributes(:title => params[:title]) 38 @node.draft.update_attributes(:title => params[:title])
39 redirect_to(edit_node_path(@node)) 39 redirect_to(edit_node_path(@node))
40 else 40 else
41 @node.errors.add_to_base("Titel zu kurz") if @node.errors["slug"]
42 render :new 41 render :new
43 end 42 end
44 end 43 end