trabajo-afectivo/db/seeds/chats.rb

9 lines
132 B
Ruby
Raw Normal View History

Chat.create_if_not_exists(
name: 'default',
max_queue: 5,
note: '',
active: true,
updated_by_id: 1,
created_by_id: 1,
)