Skip to content

Commit 1eba73f

Browse files
committed
Remove missing association of repo_assignments from User model.
1 parent 1684bf8 commit 1eba73f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/user.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class User < ActiveRecord::Base
1414
# Setup accessible (or protected) attributes for your model
1515

1616
has_many :repo_subscriptions, dependent: :destroy
17-
has_many :repo_assignments, through: :repo_subscriptions
1817
has_many :repos, through: :repo_subscriptions
1918

2019
has_many :issue_assignments, through: :repo_subscriptions

0 commit comments

Comments
 (0)