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