Module: WhereRow::ActiveRecord::Base
- Defined in:
- lib/where_row/active_record/base.rb
Instance Method Summary collapse
Instance Method Details
#where_row(*args) ⇒ Object
4 5 6 |
# File 'lib/where_row/active_record/base.rb', line 4 def where_row(*args) all.where_row(*args) end |