Action View Resolver
方法
- C
- F
实例公共方法
clear_cache() 链接
源代码:显示 | 在 GitHub 上查看
# File actionview/lib/action_view/template/resolver.rb, line 56 def clear_cache end
find_all(name, prefix = nil, partial = false, details = {}, key = nil, locals = []) 链接
规范化参数并传递给 find_templates。
源代码:显示 | 在 GitHub 上查看
# 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