overview_sorting.rb 247 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. FactoryBot.define do
  3. factory :'user/overview_sorting', aliases: %w[user_overview_sorting] do
  4. overview
  5. created_by_id { 1 }
  6. updated_by_id { 1 }
  7. end
  8. end