Module: Onboardable::InstanceMethods
- Defined in:
- lib/onboardable.rb
Overview
Instance methods for onboarding navigation, added to classes including Onboardable.
Instance Method Summary collapse
-
#onboarding(current_step_name = nil) ⇒ List::Base
Builds the onboarding list and optionally sets the current step.
Instance Method Details
#onboarding(current_step_name = nil) ⇒ List::Base
Builds the onboarding list and optionally sets the current step.
53 54 55 |
# File 'lib/onboardable.rb', line 53 def onboarding(current_step_name = nil) self.class.onboarding(current_step_name) end |