Method: Shards::Workflow::Base#validate_in_index
- Defined in:
- lib/shards/workflow/base.rb
#validate_in_index(text, array) ⇒ Object
162 163 164 165 166 |
# File 'lib/shards/workflow/base.rb', line 162 def validate_in_index text, array condition= array.at(text.to_i).nil? wrong_text = text validation condition, wrong_text end |