module ActionView::LogSubscriber::Utils
def from_rails_root(string)
def from_rails_root(string) string = string.sub(rails_root, "") string.sub!(VIEWS_PATTERN, "") string end
def logger
def logger ActionView::Base.logger end
def rails_root # :doc:
def rails_root # :doc: @root ||= "#{Rails.root}/" end