From 1b4242320e0ba79cb3cd956ee51855e299770e85 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 19 Apr 2017 01:03:50 -0300 Subject: [PATCH] Require the serializer before patching --- plugin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.rb b/plugin.rb index c5a7730..29d0afb 100644 --- a/plugin.rb +++ b/plugin.rb @@ -366,6 +366,7 @@ SQL end require_dependency 'topic_list_item_serializer' + require_dependency 'listable_topic_serializer' class ::TopicListItemSerializer attributes :has_accepted_answer, :can_have_answer