class ActionView::FallbackFileSystemResolver

def self.instances

:nodoc:
a virtual path since it is invalid for such resolvers.
The same as FileSystemResolver but does not allow templates to store
def self.instances
  [new(""), new("/")]
end