ensl.org/db/migrate/20140810224606_add_layout_to_profile.rb

6 lines
117 B
Ruby
Raw Normal View History

class AddLayoutToProfile < ActiveRecord::Migration
def change
add_column :profiles, :layout, :string
end
end