Class: Lookout::FunnelsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Lookout::FunnelsController
- Defined in:
- app/controllers/lookout/funnels_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from Rangeable
Methods included from CompareMode
#compare_mode?, #comparison_mode, included
Instance Method Details
#show ⇒ Object
3 4 5 6 |
# File 'app/controllers/lookout/funnels_controller.rb', line 3 def show funnel = Lookout.configuration.funnels[params[:id]] @funnel = FunnelPresenter.new(funnel, event_query).build end |