Method: Shards::Workflow::Base#validate_stage
- Defined in:
- lib/shards/workflow/base.rb
#validate_stage ⇒ Object
257 258 259 260 261 |
# File 'lib/shards/workflow/base.rb', line 257 def validate_stage st=params[:stage] raise_wrong_text st unless location.stages.keys.include? st @stage=location.stages[st] end |