Changeset 6939
- Timestamp:
- 06/05/07 03:34:56 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/lib/rails_generator/generators/components/model/templates/migration.rb
r6883 r6939 5 5 t.<%= attribute.type %> :<%= attribute.name %> 6 6 <% end -%> 7 t.timestamps7 t.timestamps 8 8 end 9 9 end