Sha256: d50699384294cf37f10a3fd14c36445e2ddf4221ae22d8cbe34e87e86f2544fd
Contents?: true
Size: 154 Bytes
Versions: 10
Compression:
Stored size: 154 Bytes
Contents
class CreatePhotos < ActiveRecord::Migration def change create_table :photos do |t| t.attachment :image t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems