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
2 lines
152 B
Ruby
2 lines
152 B
Ruby
json.extract! @contact, :id, :client_id, :name, :phone, :email, :view_at, :note, :region, :department, :postal_code, :address, :created_at, :updated_at
|