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