Added lodging to splash view
This commit is contained in:
parent
4cc039b358
commit
c1063645da
13 changed files with 53 additions and 5 deletions
5
db/migrate/20140606172312_add_website_link_to_lodging.rb
Normal file
5
db/migrate/20140606172312_add_website_link_to_lodging.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class AddWebsiteLinkToLodging < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :lodgings, :website_link, :string
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
class AddLodgingDescriptionToConference < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conferences, :lodging_description, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue