Module: HasOrder::ClassMethods
- Defined in:
- lib/has_order.rb
Instance Method Summary collapse
Instance Method Details
#at(pos) ⇒ Object
24 25 26 |
# File 'lib/has_order.rb', line 24 def at(pos) where(position_column => pos) end |
24 25 26 |
# File 'lib/has_order.rb', line 24 def at(pos) where(position_column => pos) end |