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