Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def find_all_anywhere(name, prefix, partial = false, details = {}, key = nil, locals = [])
  2. cached(key, [name, prefix, partial], details, locals) do
  3. find_templates(name, prefix, partial, details, true)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement