lib/ohm/contrib.rb in ohm-contrib-0.0.27 vs lib/ohm/contrib.rb in ohm-contrib-0.0.28
- old
+ new
@@ -1,8 +1,8 @@
module Ohm
module Contrib
- VERSION = '0.0.27'
+ VERSION = '0.0.28'
end
autoload :Boundaries, "ohm/contrib/boundaries"
autoload :Timestamping, "ohm/contrib/timestamping"
autoload :ToHash, "ohm/contrib/to_hash"
@@ -11,6 +11,8 @@
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"
+ autoload :LunarMacros, "ohm/contrib/lunar_macros"
+ autoload :Slug, "ohm/contrib/slug"
end