This commit is contained in:
Brian Smith 2013-03-09 23:31:09 -05:00
parent 854c3a5e2e
commit 040b48a02a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module JamRuby
class User < ActiveRecord::Base
attr_accessible :first_name, :last_name, :email, :password, :password_confirmation, :city, :state, :country, :online
attr_accessible :first_name, :last_name, :email, :password, :password_confirmation, :city, :state, :country
attr_accessor :updating_password, :administratively_created
self.primary_key = 'id'