method
updated?
v8.0.0 -
Show latest stable
- Class:
ActionView::CacheExpiry::ViewReloader
updated?()public
No documentation available.
# File actionview/lib/action_view/cache_expiry.rb, line 16
def updated?
build_watcher unless @watcher
@previous_change || @watcher.updated?
end