agent.rb 126 B

1234567
  1. FactoryBot.define do
  2. factory :'chat/agent' do
  3. active { true }
  4. created_by_id { 1 }
  5. updated_by_id { 1 }
  6. end
  7. end