method

all_resolvers

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: PathRegistry
all_resolvers() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/path_registry.rb, line 47
    def self.all_resolvers
      resolvers = [all_file_system_resolvers]
      resolvers.concat @view_paths_by_class.values.map(&:to_a)
      resolvers.flatten.uniq
    end
Register or log in to add new notes.