方法
实例公共方法
_routes() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/abstract_controller/url_for.rb, line 24 def _routes nil end
action_methods() 链接
源代码: 显示 | 在 GitHub 上
# File actionpack/lib/abstract_controller/url_for.rb, line 28 def action_methods @action_methods ||= if _routes super - _routes.named_routes.helper_names else super end end