module SmoothOperator::Validations::ClassMethods

Public Instance Methods

errors_key() click to toggle source
# File lib/smooth_operator/validations.rb, line 30
def errors_key
  get_option :errors_key, 'errors'
end