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