Sha256: 5d0e37fb429e22df9ff9c5b0902ff9480953e944ecef4c5e64013eab623128bd
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
module Ohm module Contrib VERSION = '0.0.5' 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.5 | lib/ohm/contrib.rb |