noesya/osuny

View on GitHub
app/jobs/communication/website/sync_with_git_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
class Communication::Website::SyncWithGitJob < Communication::Website::BaseJob
  def execute
    website.sync_with_git_safely
  end
end