Module: Tally::IncrementHelper
- Defined in:
- app/helpers/tally/increment_helper.rb
Instance Method Summary collapse
Instance Method Details
#increment_tally(*args) ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'app/helpers/tally/increment_helper.rb', line 4 def increment_tally(*args) Increment.public_send(:increment, *args) nil # This method should never block UI rescue nil end |