在我的一个应用程序中,我总是收到讨厌的squeel的弃用警告。DEPRECATION WARNING: Core extensions are deprecated and will be removed in Squeel 2.0.(called from app/config/initializers/configurations/squeel_init.rb:13:in `block in <top (required)>')它是由下面这行产生的:
config.load_
假设我有一个模型: attr_accessible :title # it has title attribute end返回以下所有问题:
我怎么能这么做?class Question < ActiveRecord::Base
attr_accessible :title # it has title attribute