Method: Filepress.sync

Defined in:
lib/filepress.rb

.syncObject



36
37
38
39
40
# File 'lib/filepress.rb', line 36

def sync
  registry.each_value do |config|
    Sync.new(config).perform
  end
end