1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib
Jean Boussier b9635ccc05 Pass ActiveRecord::QueryLogs as argument rather than instance_exec
Otherwise we expose all the interal state of `QueryLogs` as an API.

It also makes the API more friendly to typing frameworks.
2021-08-23 20:29:45 +02:00
..
active_job Pass ActiveRecord::QueryLogs as argument rather than instance_exec 2021-08-23 20:29:45 +02:00
rails/generators/job
active_job.rb Avoid using class_eval and just include a module 2021-08-17 22:16:06 +00:00