method
template_glob
rails latest stable - Class:
ActionView::FixtureResolver
template_glob(glob)private
No documentation available.
# File actionview/lib/action_view/testing/resolvers.rb, line 26
def template_glob(glob)
@hash.keys.filter_map do |path|
"/#{path}" if File.fnmatch(glob, path)
end
end