Sha256: 8fa70e25b6ed076261bcf1b5eb628c06f239b907bc6616f558f59e1af8a4cff5
Contents?: true
Size: 408 Bytes
Versions: 1
Compression:
Stored size: 408 Bytes
Contents
module Ohm module Contrib VERSION = '0.0.10' 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.10 | lib/ohm/contrib.rb |