Action View Resolver

Methods

Instance Public methods

clear_cache()

📝 Source code
# File actionview/lib/action_view/template/resolver.rb, line 56
def clear_cache
end
🔎 See on GitHub

find_all(name, prefix = nil, partial = false, details = {}, key = nil, locals = [])

Normalizes the arguments and passes it on to find_templates.

📝 Source code
# File actionview/lib/action_view/template/resolver.rb, line 60
def find_all(name, prefix = nil, partial = false, details = {}, key = nil, locals = [])
  _find_all(name, prefix, partial, details, key, locals)
end
🔎 See on GitHub

Definition files