8000 Merge pull request #1781 from baxter2/remove-missing-association-in-u… · nerdy-tech-com-gitub/CodeTriage@8139453 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8139453

Browse files
authored
Merge pull request codetriage#1781 from baxter2/remove-missing-association-in-user-model
Remove missing association of repo_assignments from User model.
2 parents a86e568 + 1eba73f commit 8139453

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)
0