module Workflow::StateDependentValidations::StateDependency

Public Class Methods

included(base) click to toggle source
# File lib/workflow/state_dependent_validations.rb, line 7
def self.included(base)
  base.prepend Validations
end