We dont use semicolon any more

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6767 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2007-05-18 14:30:01 +00:00
parent 4d753adeaf
commit 18326e3526

View File

@@ -32,7 +32,7 @@ class <%= controller_class_name %>Controller < ApplicationController
end
end
# GET /<%= table_name %>/1;edit
# GET /<%= table_name %>/1/edit
def edit
@<%= file_name %> = <%= class_name %>.find(params[:id])
end