class AddFavoriteFlagToImage

Public Instance Methods

change() click to toggle source
# File lib/ecrire/db/migrate/20140209144412_add_favorite_flag_to_image.rb, line 2
def change
  add_column :images, :favorite, :boolean
end