Method: Arel::Predications#gt
- Defined in:
- activerecord/lib/arel/predications.rb
#gt(right) ⇒ Object
175 176 177 |
# File 'activerecord/lib/arel/predications.rb', line 175 def gt(right) Nodes::GreaterThan.new self, quoted_node(right) end |