Class: DocLog::Sync

Inherits:
Object
  • Object
show all
Defined in:
app/service/doc_log/sync.rb

Class Method Summary collapse

Class Method Details

.syncObject



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