remove user referencing page as it is not being used anyway
This commit is contained in:
parent
f507efcdb3
commit
6e9954c86f
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class User < ActiveRecord::Base
|
|||
has_many :assignments, :dependent => :destroy
|
||||
has_many :tasks, :through => :assignments
|
||||
has_many :send_messages, :class_name => "Message", :foreign_key => "sender_id"
|
||||
has_many :pages, :foreign_key => 'updated_by'
|
||||
has_many :created_orders, :class_name => 'Order', :foreign_key => 'created_by_user_id', :dependent => :nullify
|
||||
|
||||
attr_accessor :password, :settings_attributes
|
||||
|
|
Loading…
Reference in a new issue