class Tremolo::Subscribers::Page

Public Instance Methods

track!() click to toggle source
# File lib/tremolo/subscribers/page.rb, line 4
def track!
  tracker.increment('pageview', tags)
end