Sha256: 768647f7c4580d6c33e04334ae0ccb547e75d741611d5bb90036cb264aa99d9b
Contents?: true
Size: 218 Bytes
Versions: 1
Compression:
Stored size: 218 Bytes
Contents
class CreateAlbumPhoto < ActiveRecord::Migration def up create_table :album_photos do |a| a.integer :album_attachment_id a.timestamps end end def down drop_table :album_photos end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_gallery-0.1.1 | lib/generators/active_record/templates/album_photo_migration.rb |