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