instance method
section
Ruby on Rails 7.0.10
Since v4.0.13Signature
section(routes)
No documentation comment.
Parameters
-
routesreq
Source
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 245
def section(routes)
@buffer << @view.render(partial: "routes/route", collection: routes)
end
Defined in actionpack/lib/action_dispatch/routing/inspector.rb line 245
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::HtmlTableFormatter