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