Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/deep_pluck.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.deep_pluck(*args) ⇒ Object
15 16 17 |
# File 'lib/deep_pluck.rb', line 15 def self.deep_pluck(*args) where('').deep_pluck(*args) end |