委托 Controller 方法给 View 使用。
delegate :params, :session, :cookies, :flash, :response, :headers, :action_name, :controller_name, :controller_path, :request_forgery_protection_token, :to => :controller
效果和使用 helper_method 类似。
helper_method
ActionView::Base initialize 时就会引入。(其实,它就是从 Base 里抽取出来的)
最后更新于4年前