method

all_view_paths

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ViewReloader
all_view_paths() private

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/cache_expiry.rb, line 58
        def all_view_paths
          ActionView::PathRegistry.all_file_system_resolvers.map(&:path)
        end
Register or log in to add new notes.