Libraries
»
multistep_form
(0.0.3)
»
Index
»
MultistepForm
»
#current_step
Method: MultistepForm#current_step
Defined in:
lib/multistep_form.rb
#
current_step
⇒
Object
30 31 32
# File 'lib/multistep_form.rb', line 30
def
current_step
@current_step
||
steps
.
first
end