Class: AhoyCaptain::FunnelsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AhoyCaptain::FunnelsController
- Defined in:
- app/controllers/ahoy_captain/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/ahoy_captain/funnels_controller.rb', line 3 def show funnel = AhoyCaptain.configuration.funnels[params[:id]] @funnel = FunnelPresenter.new(funnel, event_query).build end |