Skip to content

Commit

Permalink
fix cinstances N+1 bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed Feb 4, 2025
1 parent 1cb7785 commit 011f2fd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,6 @@
Bullet.add_safelist class_name: "CMS::File", type: :n_plus_one_query, association: :provider
Bullet.add_safelist class_name: "CMS::Page", type: :n_plus_one_query, association: :provider
Bullet.add_safelist class_name: "CMS::Page", type: :n_plus_one_query, association: :section
Bullet.add_safelist class_name: "Cinstance", type: :n_plus_one_query, association: :plan
Bullet.add_safelist class_name: "Cinstance", type: :n_plus_one_query, association: :service
Bullet.add_safelist class_name: "Cinstance", type: :n_plus_one_query, association: :user_account
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :plan
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :service
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :service
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :service
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :plan
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :user_account
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :user_account
Bullet.add_safelist class_name: "Cinstance", type: :unused_eager_loading, association: :service
Bullet.add_safelist class_name: "Invoice", type: :counter_cache, association: :payment_transactions
Bullet.add_safelist class_name: "Invoice", type: :n_plus_one_query, association: :buyer_account
Bullet.add_safelist class_name: "Invoice", type: :n_plus_one_query, association: :provider_account
Expand Down

0 comments on commit 011f2fd

Please sign in to comment.