mirror of
https://github.com/internetee/registry.git
synced 2025-08-13 04:59:42 +02:00
25 lines
593 B
YAML
25 lines
593 B
YAML
contact_update:
|
|
operation: update
|
|
contact: john
|
|
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
|
user: registrant
|
|
|
|
contacts_update_bulk_action:
|
|
operation: bulk_update
|
|
user: registrant
|
|
|
|
contact_update_subaction_one:
|
|
operation: update
|
|
contact: william
|
|
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
|
user: registrant
|
|
bulk_action: contacts_update_bulk_action
|
|
|
|
contact_update_subaction_two:
|
|
operation: update
|
|
contact: jane
|
|
created_at: <%= Time.zone.parse('2010-07-05').to_s(:db) %>
|
|
user: registrant
|
|
bulk_action: contacts_update_bulk_action
|
|
|
|
|