Skip to content
Snippets Groups Projects

Remove EE-specific code from 'Discussion' models

Merged Sean McGivern requested to merge remove-ee-specific-code-from-plan-and-create-models into master
All threads resolved!
@@ -3,9 +3,10 @@
module EE
module Milestone
extend ActiveSupport::Concern
include Elastic::MilestonesSearch
prepended do
include Elastic::MilestonesSearch
has_many :boards
end
Loading