在inherited_resources gem的自述文件中,它说以下关联允许使用帮助器,例如parent #=> @task
class CommentsController < InheritedResources::Base
belongs_to :project {
belongs_to :file, :message, :task, :polymorphic => true
}
end
没有解释的是助手本身。我们知道这是什么样子,它是如何工作的吗?这真的有助于我的理解。
干杯