lib/ru_pol.rb in ru_pol-0.1.0 vs lib/ru_pol.rb in ru_pol-0.1.1
- old
+ new
@@ -68,10 +68,10 @@
end
end
module ClassMethods
def new(*init_opts)
- rehydrate || ( init_opts.empty? ? super() : super(*init_opts) )
+ rehydrate(*init_opts) || ( init_opts.empty? ? super() : super(*init_opts) )
end
end
end
end
\ No newline at end of file