Commit 6b56500d authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/models/user.rb

parent f686f6a2
......@@ -229,11 +229,8 @@ class User < ActiveRecord::Base
delegate :path, to: :namespace, allow_nil: true, prefix: true
delegate :notes_filter_for, to: :user_preference
delegate :set_notes_filter, to: :user_preference
<<<<<<< HEAD
accepts_nested_attributes_for :namespace
=======
>>>>>>> upstream/master
state_machine :state, initial: :active do
event :block do
......
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