We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got errors superclass mismatch for class Payment on startup of sidekiq. i think its better to have base prefix on your class?
superclass mismatch for class Payment
The text was updated successfully, but these errors were encountered:
The best practice is to namespace your gem's classes with the name of the gem. That would make your class names similar to below:
GlobeConnect::AMAX GlobeConnect::Authentication GlobeConnect::Base GlobeConnect::LocationQuery GlobeConnect::Payment GlobeConnect::SMS GlobeConnect::Subscriber GlobeConnect::USSD GlobeConnect::Voice
That will prevent conflict with the application objects that is using the gem.
Sorry, something went wrong.
No branches or pull requests
Got errors
superclass mismatch for class Payment
on startup of sidekiq. i think its better to have base prefix on your class?The text was updated successfully, but these errors were encountered: