danielle_app/db/migrate/20130715171140_add_photo_to_quotes.rb
2013-07-17 11:44:52 +02:00

6 lines
119 B
Ruby

class AddPhotoToQuotes < ActiveRecord::Migration
def change
add_reference :quotes, :photo, index: true
end
end