letsrate
letsrate copied to clipboard
Impossible to turn off disable disable_after_rate
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
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 ...
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.