Changeset 8055
- Timestamp:
- 10/29/07 21:40:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/lib/rails_generator/generators/components/model/templates/migration.rb
r7110 r8055 5 5 t.<%= attribute.type %> :<%= attribute.name %> 6 6 <% end %> 7 t.timestamps 7 t.timestamps 8 8 end 9 9 end