instance method
updated_at
Ruby on Rails 3.0.20
Since v3.0.20Signature
updated_at()
No documentation comment.
Source
# File activesupport/lib/active_support/file_update_checker.rb, line 24
def updated_at
paths.map { |path| File.stat(path).mtime }.max
end
Defined in activesupport/lib/active_support/file_update_checker.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::FileUpdateChecker