方法
實例公開方法
header(routes) 連結
no_routes(routes, filter) 連結
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 272 def no_routes(routes, filter) @buffer << if filter.none? "No unused routes found." elsif filter.key?(:controller) "No unused routes found for this controller." elsif filter.key?(:grep) "No unused routes found for this grep pattern." end end