aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/import/base.rb
diff options
context:
space:
mode:
authorZog2018-05-09 08:41:23 +0200
committerZog2018-05-09 08:41:23 +0200
commit9434284e4f12b4b576762dabbd2b0a308e28bc61 (patch)
tree227e341a2dd8d33c992f52ceb7c6be99e687db93 /app/models/import/base.rb
parent430550b965035be3d78abad790e6c44fdc69087f (diff)
downloadchouette-core-9434284e4f12b4b576762dabbd2b0a308e28bc61.tar.bz2
Refs #6960; Update imports to use nesw implementation
Diffstat (limited to 'app/models/import/base.rb')
-rw-r--r--app/models/import/base.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/models/import/base.rb b/app/models/import/base.rb
index baa25c3df..dcd710e58 100644
--- a/app/models/import/base.rb
+++ b/app/models/import/base.rb
@@ -44,15 +44,6 @@ class Import::Base < ApplicationModel
private
- def failed!
- update status: :failed
- end
-
- def aborted!
- Rails.logger.info "=== aborted ==="
- update status: :aborted
- end
-
def initialize_fields
super
self.token_download ||= SecureRandom.urlsafe_base64