Method: Arel::Predications#gteq
- Defined in:
- activerecord/lib/arel/predications.rb
#gteq(right) ⇒ Object
163 164 165 |
# File 'activerecord/lib/arel/predications.rb', line 163 def gteq(right) Nodes::GreaterThanOrEqual.new self, quoted_node(right) end |