Module: Workflow::StateDependentValidations::StateDependency
- Defined in:
- lib/workflow/state_dependent_validations.rb
Defined Under Namespace
Modules: Validations
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/workflow/state_dependent_validations.rb', line 7 def self.included(base) base.prepend Validations end |