Flowdock
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 actionview/lib/action_view/template/error.rb, line 118
        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.