Method: Cql::Model#quoted_primary_value
- Defined in:
- lib/cql/model.rb
#quoted_primary_value ⇒ Object
54 55 56 |
# File 'lib/cql/model.rb', line 54 def quoted_primary_value primary_value.is_a?(Fixnum) ? primary_value : "'#{primary_value}'" end |