1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@859 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-03-06 14:37:08 +00:00
parent 36a9eff957
commit 7ba3903db6
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
*SVN*
* Fixed that scaffold generator new template should use local variable instead of instance variable #778 [Dan Peterson]
* Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacticasoftware.com]
* Added web_service generator (run ./script/generate web_service for help) #776 [Leon Bredt]

View file

@ -1,4 +1,4 @@
<h1>New <%= @singular_name %></h1>
<h1>New <%= singular_name %></h1>
<%%= error_messages_for '<%= singular_name %>' %>
<%= template_for_inclusion %>