7838150f59
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
26 lines
475 B
YAML
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
|