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 117 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.