lib/hobo_fields.rb in hobo_fields-1.3.0.RC2 vs lib/hobo_fields.rb in hobo_fields-1.3.0.RC3
- old
+ new
@@ -1,7 +1,8 @@
require 'hobo_support'
ActiveSupport::Dependencies.autoload_paths |= [ File.dirname(__FILE__) ]
+ActiveSupport::Dependencies.autoload_once_paths |= [ File.dirname(__FILE__) ]
module Hobo
# Empty class to represent the boolean type.
class Boolean; end
end