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