We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a86e568 + 1eba73f commit 8139453Copy full SHA for 8139453
app/models/user.rb
@@ -14,7 +14,6 @@ class User < ActiveRecord::Base
14
# Setup accessible (or protected) attributes for your model
15
16
has_many :repo_subscriptions, dependent: :destroy
17
- has_many :repo_assignments, through: :repo_subscriptions
18
has_many :repos, through: :repo_subscriptions
19
20
has_many :issue_assignments, through: :repo_subscriptions
0 commit comments