【发布时间】:2011-10-19 22:09:13
【问题描述】:
我正在使用的插件收到此警告:
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. (called from has_private_messages at /vendor/plugins/simple-private-messages/lib/has_private_messages_extensions.rb:17)
我在 https://github.com/jongilbraith/simple-private-messages 创建了一个问题,但最近没有太多活动。
我不熟悉 class_inheritable_attribute...不知道如何自己修补这个。有什么提示吗?
【问题讨论】:
标签: ruby-on-rails plugins deprecated