Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/active_record_json_explain/activerecord/monkey_patches/json_explain.rb
Instance Method Summary collapse
Instance Method Details
#explain(json: false) ⇒ Object
15 16 17 |
# File 'lib/active_record_json_explain/activerecord/monkey_patches/json_explain.rb', line 15 def explain(json: false) # NOTE: add arg json exec_explain(collecting_queries_for_explain { exec_queries }, json: json) # NOTE: add arg json end |