Class: Tremolo::Subscribers::Page

Inherits:
Base
  • Object
show all
Defined in:
lib/tremolo/subscribers/page.rb

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Tremolo::Subscribers::Base

Instance Method Details

#track!Object



4
5
6
# File 'lib/tremolo/subscribers/page.rb', line 4

def track!
  tracker.increment('pageview', tags)
end