instance method
updated_at
Ruby on Rails 7.1.6
Since v3.0.20 PrivateSignature
updated_at(paths)
No documentation comment.
Parameters
-
pathsreq
Source
# File activesupport/lib/active_support/file_update_checker.rb, line 111
def updated_at(paths)
@updated_at || max_mtime(paths) || Time.at(0)
end
Defined in activesupport/lib/active_support/file_update_checker.rb line 111
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::FileUpdateChecker