Skip to content

Commit

Permalink
Merge branch 'main' into submission
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed Jan 17, 2025
2 parents b314545 + 2d9571c commit c1cbda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/bullet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Bullet.console = true
Bullet.rails_logger = true
Bullet.add_footer = true
Bullet.add_safelist :type => :unused_eager_loading, :class_name => "StashEngine::User", :association => :roles
Bullet.add_safelist :type => :unused_eager_loading, :class_name => "StashEngine::Identifier", :association => :resources
end
end
end

0 comments on commit c1cbda4

Please sign in to comment.