Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/deep_pluck.rb
Instance Method Summary collapse
Instance Method Details
#deep_pluck(*args) ⇒ Object
9 10 11 |
# File 'lib/deep_pluck.rb', line 9 def deep_pluck(*args) DeepPluck::Model.new(self).add(args).load_all end |