Skip to content

Commit

Permalink
Bring back missing user->comments assoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 9, 2012
1 parent c4b5b16 commit 149e687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/user.rb
Expand Up @@ -2,6 +2,7 @@ class User < ActiveRecord::Base

has_many :user_tokens, :dependent => :destroy
has_many :asciicasts, :dependent => :destroy
has_many :comments, :dependent => :destroy
has_many :likes, :dependent => :destroy

validates :provider, :presence => true
Expand Down

0 comments on commit 149e687

Please sign in to comment.