From 94cbf0091f44e879c02066aab7ec0a44eaeb14c3 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 10 Jun 2015 01:38:45 -0400 Subject: Fix taskable require --- app/models/concerns/taskable.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/concerns/taskable.rb b/app/models/concerns/taskable.rb index 33b4814d7ec..660e58b876d 100644 --- a/app/models/concerns/taskable.rb +++ b/app/models/concerns/taskable.rb @@ -1,4 +1,5 @@ require 'task_list' +require 'task_list/filter' # Contains functionality for objects that can have task lists in their # descriptions. Task list items can be added with Markdown like "* [x] Fix -- cgit v1.2.1