Remove nonsense has_one relationship
This commit is contained in:
parent
c1bb412033
commit
5e7abf67fb
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ class User < ActiveRecord::Base
|
||||||
has_many :roles, :class_name => "UserRole"
|
has_many :roles, :class_name => "UserRole"
|
||||||
|
|
||||||
has_many :issues, :class_name => "Issue", :foreign_key => :reported_user_id
|
has_many :issues, :class_name => "Issue", :foreign_key => :reported_user_id
|
||||||
has_one :issue, :class_name => "Issue", :foreign_key => :updated_by
|
|
||||||
has_many :issue_comments
|
has_many :issue_comments
|
||||||
|
|
||||||
has_many :reports
|
has_many :reports
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue