Method: Parse::Object.parse_class
- Defined in:
-
lib/parse/model/object.rb,
lib/parse/model/object.rb
The class method to override the implicitly assumed Parse collection name in your Parse database. The default Parse collection name is the singular form of the ruby Parse::Object subclass name. The Parse class value should match to the corresponding remote table in your database in order to properly store records and perform queries.
205 206 207 |
# File 'lib/parse/model/object.rb', line 205 def parse_class @parse_class end |