aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/import.rb
diff options
context:
space:
mode:
authorRobert2017-07-19 15:26:19 +0200
committerRobert2017-07-19 15:26:49 +0200
commitfba2bbccba9670d8d786781e7ec82f06b7a7fddc (patch)
tree97b8e11a8aa4c51c8daf59819b75731d591500e4 /app/models/import.rb
parent6126f605b2846ef47751f070be3a192703d8aef8 (diff)
downloadchouette-core-fba2bbccba9670d8d786781e7ec82f06b7a7fddc.tar.bz2
Refs: #3507@0.25h (actually it was e/10, but let's round down) Scaffolding out the WorkbenchImport model
Diffstat (limited to 'app/models/import.rb')
-rw-r--r--app/models/import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/import.rb b/app/models/import.rb
index d0736ab0b..1a5062e2a 100644
--- a/app/models/import.rb
+++ b/app/models/import.rb
@@ -4,7 +4,7 @@ class Import < ActiveRecord::Base
belongs_to :referential
extend Enumerize
- enumerize :status, in: %i(new pending successful failed running aborted canceled)
+ enumerize :status, in: %i(new downloading analyzing pending successful failed running aborted canceled)
validates :file, presence: true