Method: MultistepForm#current_step

Defined in:
lib/multistep_form.rb

#current_stepObject



30
31
32
# File 'lib/multistep_form.rb', line 30

def current_step
  @current_step || steps.first
end