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
When this gem is installed the
::Mongoid.const_defined? :Observer
returns
true
Why not to use Mongoid::VERSION instead?
def self.mongoid3? ::Mongoid::VERSION.starts_with? '3' end
The text was updated successfully, but these errors were encountered:
Yes, you are right. Could you provide a pull request for that?
Sorry, something went wrong.
No branches or pull requests
When this gem is installed the
returns
true
Why not to use Mongoid::VERSION instead?
The text was updated successfully, but these errors were encountered: