instance method
dirs_to_watch
Ruby on Rails 6.1.7.10
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
all_view_paths.grep(FileSystemResolver).map!(&:path).tap(&:uniq!).sort!
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