Adds website link to lodging

This commit is contained in:
Gopesh Tulsyan 2014-06-14 23:32:52 +05:30
parent feabc3b954
commit 01bd45a045
7 changed files with 22 additions and 2 deletions

View file

@ -4,6 +4,7 @@ FactoryGirl.define do
factory :lodging do
name 'Example Hotel'
description 'Lorem Ipsum Dolor'
website_link 'http://www.example.com'
venue
end
end