这是在我将应用程序从 Rails 3.2.3 升级到 3.2.6 后开始出现的警告。这是我的“数据表”相关类中它指向的代码行:
class PdpsDatatable
delegate :current_user, :is_reader?, :is_admin?, :is_user?, :show_num, :params, :h, :link_to, to: :@view
# the line above is what the warning is pointing to
end
这个警告有什么简单的解决方法吗?这很烦人。
谢谢。
巴拉特