Sha256: 6be40e31a5a221f6f53b405b40cd582e1fed148ed433b5c6d1a03e7a27e96733
Contents?: true
Size: 641 Bytes
Versions: 1
Compression:
Stored size: 641 Bytes
Contents
module Ohm module Contrib VERSION = '0.0.27' 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 :DateValidations, "ohm/contrib/date_validations" autoload :ExtraValidations, "ohm/contrib/extra_validations" autoload :Typecast, "ohm/contrib/typecast" autoload :Locking, "ohm/contrib/locking" autoload :Callbacks, "ohm/contrib/callbacks" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ohm-contrib-0.0.27 | lib/ohm/contrib.rb |