diff --git a/app/models/user.rb b/app/models/user.rb index 4282b10d..65955de9 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -14,7 +14,6 @@ class User < ActiveRecord::Base # Setup accessible (or protected) attributes for your model has_many :repo_subscriptions, dependent: :destroy - has_many :repo_assignments, through: :repo_subscriptions has_many :repos, through: :repo_subscriptions has_many :issue_assignments, through: :repo_subscriptions