There's no documentation for this item.
Source Code
# File action_view/template_error.rb, line 90 def strip_base_path(path) stripped_path = File.expand_path(path).gsub(@base_path, "") stripped_path.gsub!(/^#{Regexp.escape File.expand_path(RAILS_ROOT)}/, '') if defined?(RAILS_ROOT) stripped_path end
<code/>and<pre/>for code samples.