module Funneler::ControllerMethods
Public Instance Methods
funnel()
click to toggle source
# File lib/funneler/controller_methods.rb, line 3 def funnel @funnel ||= Funneler.from_token(token: params[:funnel_token], current_page_index: params[:funnel_index]) end