Commit 027652ba

mo khan <mo@mokhan.ca>
2013-05-10 23:39:34
unmount authentications from user model
1 parent 030b0e7
Changed files (1)
app
models
app/models/user.rb
@@ -6,7 +6,6 @@ class User < ActiveRecord::Base
   has_many :creations, :dependent => :destroy
   has_many :favorites, :dependent => :destroy
   has_many :tutorials, :dependent => :destroy
-  has_many :authentications
   has_and_belongs_to_many :interests, :join_table => 'users_interests', :uniq => true, :autosave => true
   has_one :avatar
   acts_as_tagger