diff options
| author | cedricnjanga | 2018-04-20 00:20:36 -0700 | 
|---|---|---|
| committer | cedricnjanga | 2018-04-20 00:20:36 -0700 | 
| commit | ed47d8d2725700f67bd45a2f6c55477cd2c13634 (patch) | |
| tree | 6c22451fb7d49a47c40ca395752042d2676be877 /app/models | |
| parent | e6567cbfc987d8488492e2b1ce66a03db3a3d37d (diff) | |
| download | chouette-core-ed47d8d2725700f67bd45a2f6c55477cd2c13634.tar.bz2 | |
Refs #6630 Fix server error on clean up
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/clean_up.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clean_up.rb b/app/models/clean_up.rb index ec47489e9..ec9d7cd74 100644 --- a/app/models/clean_up.rb +++ b/app/models/clean_up.rb @@ -1,4 +1,4 @@ -class CleanUp < ApplicationModel +class CleanUp < ::ActiveRecord::Base    extend Enumerize    include AASM    belongs_to :referential  | 
