Class: Ahoy::BaseController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/ahoy/base_controller.rb

Direct Known Subclasses

EventsController, VisitsController

Instance Method Summary collapse

Instance Method Details

#ahoyObject



6
7
8
# File 'app/controllers/ahoy/base_controller.rb', line 6

def ahoy
  @ahoy ||= Ahoy::Tracker.new(controller: self, api: true)
end