instance method
header
Ruby on Rails 7.0.10
Since v6.0.6Signature
header(routes)
No documentation comment.
Parameters
-
routesreq
Source
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 175
def header(routes)
@buffer << draw_header(routes)
end
Defined in actionpack/lib/action_dispatch/routing/inspector.rb line 175
· View on GitHub
· Improve this page
· Find usages on GitHub