Fix indentation in model generator migration template. Closes #8577 [Josh Peek]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6939 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2007-06-05 03:34:56 +00:00
parent 6204a52fac
commit d6785e9674
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ class <%= migration_name %> < ActiveRecord::Migration
<% for attribute in attributes -%>
t.<%= attribute.type %> :<%= attribute.name %>
<% end -%>
t.timestamps
t.timestamps
end
end