Added lodging to splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-07 00:30:19 +05:30
parent 4cc039b358
commit c1063645da
13 changed files with 53 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class AddWebsiteLinkToLodging < ActiveRecord::Migration
def change
add_column :lodgings, :website_link, :string
end
end

View file

@ -0,0 +1,5 @@
class AddLodgingDescriptionToConference < ActiveRecord::Migration
def change
add_column :conferences, :lodging_description, :text
end
end