Sha256: 182f2d40100e9582f23d5333708f8cd29f3b7f80184df67d161bc0ead7502c75

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

module Ohm
  module Contrib
    VERSION = '0.0.6'
  end

  autoload :Boundaries,        "ohm/contrib/boundaries"
  autoload :Timestamping,      "ohm/contrib/timestamping"
  autoload :ToHash,            "ohm/contrib/to_hash"
  autoload :WebValidations,    "ohm/contrib/web_validations"
  autoload :NumberValidations, "ohm/contrib/number_validations"
  autoload :Typecast,          "ohm/contrib/typecast"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm-contrib-0.0.6 lib/ohm/contrib.rb