lib/active_object/date.rb in active_object-4.0.0 vs lib/active_object/date.rb in active_object-4.0.1

- old
+ new

@@ -97,6 +97,6 @@ alias_method :stamp, :to_format end -Date.send(:include, ActiveObject::Date) if ActiveObject::Settings.config.autoload_date +Date.include(ActiveObject::Date) if ActiveObject::Settings.config.autoload_date