trabajo-afectivo/db/seeds/report_profiles.rb

8 lines
130 B
Ruby
Raw Normal View History

Report::Profile.create_if_not_exists(
name: '-all-',
condition: {},
active: true,
updated_by_id: 1,
created_by_id: 1,
)