Method: ActionDispatch::Routing::HtmlTableFormatter#section
- Defined in:
- lib/action_dispatch/routing/inspector.rb
#section(routes) ⇒ Object
295 296 297 |
# File 'lib/action_dispatch/routing/inspector.rb', line 295 def section(routes) @buffer << @view.render(partial: "routes/route", collection: routes) end |