Sha256: a44ab52762959690bb5355ca21c791e32e5fc9eb8977efdbd608bf985da00782

Contents?: true

Size: 209 Bytes

Versions: 6

Compression:

Stored size: 209 Bytes

Contents

module Tally
  module IncrementHelper

    def increment_tally(*args)
      Increment.public_send(:increment, *args)

      nil

    # This method should never block UI
    rescue
      nil
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tally-2.1.0 app/helpers/tally/increment_helper.rb
tally-2.0.0 app/helpers/tally/increment_helper.rb
tally-1.0.2 app/helpers/tally/increment_helper.rb
tally-1.0.1 app/helpers/tally/increment_helper.rb
tally-1.0.0 app/helpers/tally/increment_helper.rb
tally-1.0.0.beta1 app/helpers/tally/increment_helper.rb