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