diff --git a/app/models/content_types/character.rb b/app/models/content_types/character.rb index 675ebe14..b229323f 100644 --- a/app/models/content_types/character.rb +++ b/app/models/content_types/character.rb @@ -64,4 +64,8 @@ class Character < ActiveRecord::Base def self.icon 'group' end + + def deleted_at + nil #hack + end end