diff options
author | Sascha Daniels <sd@alternative-solution.de> | 2013-10-26 00:56:52 +0200 |
---|---|---|
committer | Sascha Daniels <sd@alternative-solution.de> | 2013-10-26 00:56:52 +0200 |
commit | a97e9e9854579a4f0f4455703ea9684c65aa9f3d (patch) | |
tree | 57dad13aca04ead0a3620748e500f0377d84b7f7 /app | |
parent | 355252616286351aa6e8ccc50af35b1f88d44aa8 (diff) |
private not worling here5.2-beta3
Diffstat (limited to 'app')
-rw-r--r-- | app/models/backup_job.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/backup_job.rb b/app/models/backup_job.rb index e2f2e6c..b06d0d1 100644 --- a/app/models/backup_job.rb +++ b/app/models/backup_job.rb @@ -10,7 +10,6 @@ class BackupJob < ActiveRecord::Base self.started_at.to_s end - private def set_state_to_queued self.state ||= 'queued' self.started_at = Time.now |