Class: DocLog::Sync
- Inherits:
-
Object
- Object
- DocLog::Sync
- Defined in:
- app/service/doc_log/sync.rb
Class Method Summary collapse
Class Method Details
.sync ⇒ Object
4 5 6 7 |
# File 'app/service/doc_log/sync.rb', line 4 def self.sync puts "Last Updated: #{RawLog.last_updated}" fetch(1, RawLog.last_updated) end |