From 9bd8469c331d05aa7699dab49f3959b60ab40a7a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 26 Dec 2017 16:33:53 -0600 Subject: [PATCH] hack for 500s --- app/models/content_types/character.rb | 4 ++++ 1 file changed, 4 insertions(+) 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