Closed gdelfino closed 13 years ago
In case it helps, I found this:
https://github.com/slbug/awesome_nested_set/commit/6c98d59faf3a9de4dc62ba2e34059189cd4799d4
Thanks, I just pushed up version 0.4.7 which addresses this deprecation.
Wow, that was fast. Thank you.
You're welcome!
The
encrypt_with_public_key
declaration in the models using strongbox is producing the following deprecation warnings under Rails 3.1.0.rc4:DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first.
What can be done about this?