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