Flowdock
method

source_location

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionView::TemplateError
source_location() 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 97
      def source_location
        if line_number
          "on line ##{line_number} of "
        else
          'in '
        end + file_name
      end
Register or log in to add new notes.