diff options
| author | Zog | 2018-05-09 08:41:23 +0200 | 
|---|---|---|
| committer | Zog | 2018-05-09 08:41:23 +0200 | 
| commit | 9434284e4f12b4b576762dabbd2b0a308e28bc61 (patch) | |
| tree | 227e341a2dd8d33c992f52ceb7c6be99e687db93 /app/models/import/base.rb | |
| parent | 430550b965035be3d78abad790e6c44fdc69087f (diff) | |
| download | chouette-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.rb | 9 | 
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 | 
