Skip to content

Commit

Permalink
added attr_accessible user to preference?
Browse files Browse the repository at this point in the history
  • Loading branch information
HuckyDucky authored and steveyken committed Jan 30, 2014
1 parent f13cf2a commit 726e863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/users/preference.rb
Expand Up @@ -16,6 +16,7 @@
#

class Preference < ActiveRecord::Base
attr_accessible :user
belongs_to :user

#-------------------------------------------------------------------
Expand Down

0 comments on commit 726e863

Please sign in to comment.