Module: Funneler::ControllerMethods
- Defined in:
- lib/funneler/controller_methods.rb
Instance Method Summary collapse
Instance Method Details
#funnel ⇒ Object
3 4 5 |
# File 'lib/funneler/controller_methods.rb', line 3 def funnel @funnel ||= Funneler.from_token(token: params[:funnel_token]) end |