We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To point this gem to your own parse server, just insert these lines in your environment files
Parse::Protocol.instance_eval {remove_const :HOST} if defined?(Parse::Protocol::HOST) Parse::Protocol.const_set(:HOST, 'hosted-parse-server.com')