class ActionView::PathResolver

def mtime(p)

Returns the file mtime from the filesystem.
def mtime(p)
  File.mtime(p)
end