Class: Chanko::Resolver::NoCacheFileSystemResolver

Inherits:
ActionView::FileSystemResolver
  • Object
show all
Defined in:
lib/chanko/resolver/no_cache_file_system_resolver.rb

Instance Method Summary collapse

Instance Method Details

#query(path, details, formats, locals, cache:) ⇒ Object



8
9
10
# File 'lib/chanko/resolver/no_cache_file_system_resolver.rb', line 8

def query(path, details, formats, locals, cache:)
  super(path, details, formats, locals, cache: false)
end