Commit c1075a14 authored by Mike Greiling's avatar Mike Greiling

fix conflicts in app/models/ci/variable.rb

parent 98448ca6
......@@ -2,11 +2,8 @@ module Ci
class Variable < ActiveRecord::Base
extend Ci::Model
include HasVariable
<<<<<<< HEAD
prepend EE::Ci::Variable
=======
include Presentable
>>>>>>> master-ce
prepend EE::Ci::Variable
belongs_to :project
......
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