Module: Bluepine::Validators::Normalizable

Extended by:
ActiveSupport::Concern
Included in:
Attributes::Attribute
Defined in:
lib/bluepine/validators/normalizable.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#normalize(value) ⇒ Object



14
15
16
# File 'lib/bluepine/validators/normalizable.rb', line 14

def normalize(value)
  self.class.normalize(value)
end