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