Sha256: bb5def3f126544b583a5d764dd7b688abb0ec2d0abdcf1268f030f7f8ba591f0

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

class <%= class_name %>::<%= @wizard_step.camelize %> < <%= class_name %>
  # Include step validations here

  # Include step after_initialize attribute default settings here

  # Include step after_save changes here

  def editable?
    true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ultra_light_wizard-0.1.4 lib/generators/templates/app/models/wizard_step_model.rb.erb
ultra_light_wizard-0.1.3 lib/generators/templates/app/models/wizard_step_model.rb.erb
ultra_light_wizard-0.1.2 lib/generators/templates/app/models/wizard_step_model.rb.erb
ultra_light_wizard-0.1.1 lib/generators/templates/app/models/wizard_step_model.rb.erb
ultra_light_wizard-0.1.0 lib/generators/templates/app/models/wizard_step_model.rb.erb
ultra_light_wizard-0.0.6 lib/generators/templates/app/models/wizard_step_model.rb.erb