admin_action_log_fabricator.rb 87 B

12345
  1. Fabricator('Admin::ActionLog') do
  2. account nil
  3. action "MyString"
  4. target nil
  5. end