Method: Parse::Query.allow_scope_introspection
- Defined in:
-
lib/parse/query.rb,
lib/parse/query.rb
The method to use when converting field names to Parse column names. Default is String#columnize. By convention Parse uses lowercase-first camelcase syntax for field/column names, but ruby uses snakecase. To support this methodology we process all field constraints through the method defined by the field formatter. You may set this to nil to turn off this functionality.
|
|
# File 'lib/parse/query.rb', line 168
|