Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the Bullet.enable swtich, flips the Bullet.unused_eager_loading_enable value #703

Open
varchar opened this issue Feb 26, 2024 · 0 comments

Comments

@varchar
Copy link

varchar commented Feb 26, 2024

Setting the Bullet.enable swtich, flips the Bullet.unused_eager_loading_enable value.

3.2.2 :005 > Bullet.unused_eager_loading_enable? => false 3.2.2 :006 > Bullet.enable = true => true 3.2.2 :007 > Bullet.unused_eager_loading_enable? => true 3.2.2 :009 > Bullet.unused_eager_loading_enable = false => false 3.2.2 :010 > Bullet.unused_eager_loading_enable?
=> false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant