einzige / sneaky-save

Allows to update complex objects without triggering validations or callbacks.
45 stars 30 forks source link

Rails 3.2 deprecation warning #2

Closed ideaoforder closed 11 years ago

ideaoforder commented 11 years ago

As of Rails 3.2, I'm getting this warning:

DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in SneakySave instead.

Thanks!

einzige commented 11 years ago

Please make sure you use the latest version. Just pushed 0.0.4 https://rubygems.org/gems/sneaky-save

Thanks

ideaoforder commented 11 years ago

Thanks!