Flowdock
method

compute_backtrace

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionView::TemplateError
compute_backtrace() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/template_error.rb, line 84
      def compute_backtrace
        [
          "#{source_location.capitalize}\n\n#{source_extract(4)}\n    " +
          clean_backtrace.join("\n    ")
        ]
      end
Register or log in to add new notes.