Action View Resolver
方法
- C
- F
包含的模块
实例公共方法
clear_cache() 链接
源代码: 显示 | 在 GitHub 上
# File actionview/lib/action_view/template/resolver.rb, line 59 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 63 def find_all(name, prefix = nil, partial = false, details = {}, key = nil, locals = []) _find_all(name, prefix, partial, details, key, locals) end