Module: NeatIds::Attribute::RelationMethods
- Defined in:
- lib/neat_ids.rb
Overview
Methods added to relations and has_many associations
Instance Method Summary collapse
Instance Method Details
#neat_ids ⇒ Object
91 92 93 |
# File 'lib/neat_ids.rb', line 91 def neat_ids klass.neat_ids(pluck(:id)) end |