这是我将应用程序从Rails 3.2.3升级到3.2.6后开始出现的警告。以下是我指向的“datatables”相关类中的代码行:
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
这个警告有什么简单的解决办法吗?这简直太烦人了。
感谢。
巴勒特