Method: Simple::SQL::Scope#order_by
- Defined in:
- lib/simple/sql/scope/order.rb
#order_by(sql_fragment) ⇒ Object
4 5 6 |
# File 'lib/simple/sql/scope/order.rb', line 4 def order_by(sql_fragment) duplicate.send(:order_by!, sql_fragment) end |