ActiveRecord::Migration<%= "[#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}]" %> def change create_table :avatars do |t| t.attachment :avatar t.timestamps end end end