instance method
dirs_to_watch
Ruby on Rails 6.0.6
Since v6.0.6 Last seen in v6.1.7.10 PrivateAvailable in: v6.0.6 v6.1.7.10
Signature
dirs_to_watch()
No documentation comment.
Source
# File actionview/lib/action_view/cache_expiry.rb, line 44
def dirs_to_watch
fs_paths = all_view_paths.grep(FileSystemResolver)
fs_paths.map(&:path).sort.uniq
end
Defined in actionview/lib/action_view/cache_expiry.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::CacheExpiry