Sha256: f49a101118e653eac1abf2b1638bbe82540238a61136b28a7c32ebb8e654b5ea

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

module Ohm
  module Contrib
    VERSION = '0.0.8'
  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.8 lib/ohm/contrib.rb