Method: ActiveRecord::Associations::CollectionProxy#pluck
- Defined in:
- activerecord/lib/active_record/associations/collection_proxy.rb
#pluck(*column_names) ⇒ Object
728 729 730 |
# File 'activerecord/lib/active_record/associations/collection_proxy.rb', line 728 def pluck(*column_names) null_scope? ? scope.pluck(*column_names) : super end |