Commit f8870d71 authored by Mike Greiling's avatar Mike Greiling

fix conflicts in app/models/milestone.rb

parent 998410c2
......@@ -21,12 +21,9 @@ class Milestone < ActiveRecord::Base
cache_markdown_field :description
belongs_to :project
<<<<<<< HEAD
has_many :boards
=======
belongs_to :group
>>>>>>> master-ce
has_many :boards
has_many :issues
has_many :labels, -> { distinct.reorder('labels.title') }, through: :issues
has_many :merge_requests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment