Adds website link to lodging
This commit is contained in:
parent
feabc3b954
commit
01bd45a045
7 changed files with 22 additions and 2 deletions
5
db/migrate/20140614174354_add_website_link_to_lodging.rb
Normal file
5
db/migrate/20140614174354_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
|
||||
Loading…
Add table
Add a link
Reference in a new issue