Sha256: 33088021e24e8739df7b82a2ea8445eeaa884bd62f767198cdc2295059db0cb4
Contents?: true
Size: 216 Bytes
Versions: 13
Compression:
Stored size: 216 Bytes
Contents
## This controller uses inheritance class FooController < Wicked::WizardController steps :first, :second, :last_step def show skip_step if params[:skip_step] render_wizard end def update end end
Version data entries
13 entries across 13 versions & 2 rubygems