Class: DocLog::RawLog
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- DocLog::RawLog
- Defined in:
- app/models/doc_log/raw_log.rb
Class Method Summary collapse
Class Method Details
.last_updated ⇒ Object
3 4 5 |
# File 'app/models/doc_log/raw_log.rb', line 3 def self.last_updated order(doc_raptor_created_at: :asc).try(:last).try(:doc_raptor_created_at) || "2015-01-01 00:00:00 UTC" end |