Method: OrientSupport::MatchStatement#where_s
- Defined in:
- lib/support/orientquery.rb
#where_s ⇒ Object
137 138 139 |
# File 'lib/support/orientquery.rb', line 137 def where_s compose_where( @where ).gsub( /where/, 'where:(' )<< ")" unless @where.blank? end |