MorningPeak/test/fixtures/contacts.yml
Arthur Poulet 7838150f59 remove contact.last_contact, fix contact.view_at
all this modifications re done in contact
- rename the column last_contact to view_at
- fix view
- add a link in /contact/index to update the view date
2015-07-18 16:12:19 +02:00

26 lines
475 B
YAML

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
client_id:
name: MyString
phone: MyString
email: MyString
view_at: 2015-06-16
note: MyText
region: MyString
department: MyString
postal_code: MyString
address: MyText
two:
client_id:
name: MyString
phone: MyString
email: MyString
view_at: 2015-06-16
note: MyText
region: MyString
department: MyString
postal_code: MyString
address: MyText