7 lines
332 B
YAML
7 lines
332 B
YAML
jz_assignments:
|
|
creator: david
|
|
tags: mobile
|
|
assignees: jz
|
|
fields: <%= { indexed_by: :all, sorted_by: :newest }.to_json %>
|
|
params_digest: <%= Filter.digest_params({ indexed_by: :all, sorted_by: :newest, tag_ids: [ ActiveRecord::FixtureSet.identify(:mobile) ], assignee_ids: [ ActiveRecord::FixtureSet.identify(:jz) ] }) %>
|