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