Method: ErrorStalker::Plugin::Base#exception_links
- Defined in:
- lib/error_stalker/plugin/base.rb
#exception_links(exception_report) ⇒ Object
An array of [name, href] pairs of links that will show up on the exception detail page. These are most commonly used to link to additional routes added by the plugin.
15 16 17 |
# File 'lib/error_stalker/plugin/base.rb', line 15 def exception_links(exception_report) [] end |