Method: ActionDispatch::Routing::HtmlTableFormatter#result
- Defined in:
- lib/action_dispatch/routing/inspector.rb
#result ⇒ Object
316 317 318 319 320 |
# File 'lib/action_dispatch/routing/inspector.rb', line 316 def result @view.raw @view.render(layout: "routes/table") { @view.raw @buffer.join("\n") } end |