rule_fabricator.rb 97 B

12345
  1. Fabricator(:rule) do
  2. priority 0
  3. deleted_at nil
  4. text { Faker::Lorem.paragraph }
  5. end