Commit 571e9fdd authored by Nick Thomas's avatar Nick Thomas

Fix model conflicts

parent 1f65c326
<<<<<<< HEAD
require 'declarative_policy'
=======
require_dependency 'declarative_policy'
>>>>>>> ce/master
class Ability
class << self
......
......@@ -12,11 +12,9 @@ class User < ActiveRecord::Base
include TokenAuthenticatable
include IgnorableColumn
include FeatureGate
<<<<<<< HEAD
prepend EE::GeoAwareAvatar
prepend EE::User
=======
>>>>>>> ce/master
DEFAULT_NOTIFICATION_LEVEL = :participating
......
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