Method: FormJourney::Controller::ClassMethods#steps
- Defined in:
- lib/form_journey/controller.rb
#steps(*steps) ⇒ Object
145 146 147 |
# File 'lib/form_journey/controller.rb', line 145 def steps(*steps) self._steps.concat(steps) end |