Method: Parse::Query.allow_scope_introspection

Defined in:
lib/parse/query.rb,
lib/parse/query.rb

.allow_scope_introspectionSymbol

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.

Returns:

  • The filter method to process column and field names. Default String#columnize.



# File 'lib/parse/query.rb', line 168