mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user