| Module | Bullet::ActiveRecord |
| In: |
lib/bullet/active_record5.rb
lib/bullet/active_record42.rb lib/bullet/active_record4.rb lib/bullet/active_record41.rb lib/bullet/active_record52.rb |
| find | -> | origin_find |
if select a collection of objects, then these objects have possible to cause N+1 query. if select only one object, then the only one object has impossible to cause N+1 query.
if select a collection of objects, then these objects have possible to cause N+1 query. if select only one object, then the only one object has impossible to cause N+1 query.
if select a collection of objects, then these objects have possible to cause N+1 query. if select only one object, then the only one object has impossible to cause N+1 query.
if select a collection of objects, then these objects have possible to cause N+1 query. if select only one object, then the only one object has impossible to cause N+1 query.