Method: ModelSet::Query#condition_ops

Defined in:
lib/model_set/query.rb

#condition_opsObject



130
131
132
133
134
# File 'lib/model_set/query.rb', line 130

def condition_ops
  { :not => 'NOT ',
    :and => ' AND ',
    :or  => ' OR ' }
end