method
rebuild_watcher
v7.2.3 -
Show latest stable
- Class:
ActionView::CacheExpiry::ViewReloader
rebuild_watcher()private
No documentation available.
# File actionview/lib/action_view/cache_expiry.rb, line 55
def rebuild_watcher
return unless @watcher
build_watcher
end