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
The appropriate instruction to do so is disable_after_rate = options[:disable_after_rate] || true
But as you can see (options[:disable_after_rate] || true) will still be true if you set options[:disable_after_rate] = false
The text was updated successfully, but these errors were encountered:
Hi .. For a long time, I have not enough time to mange this gem. But nowadays I'm available. You can check this issue 2-3 days later. Thanks ...
Sorry, something went wrong.
Any progress on this issue? Is this gem still being maintained, or can someone link me to some alternatives?
:disable_after_rate => "false" try this.
No branches or pull requests
The appropriate instruction to do so is
disable_after_rate = options[:disable_after_rate] || true
But as you can see (options[:disable_after_rate] || true) will still be true if you set options[:disable_after_rate] = false
The text was updated successfully, but these errors were encountered: