Comment out attr_accessible for now as we don't really do avatar uploads, yet.
This commit is contained in:
parent
abf34a82a6
commit
3af4d07d03
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
class Contact < ActiveRecord::Base
|
class Contact < ActiveRecord::Base
|
||||||
mount_uploader :avatar, AvatarUploader
|
mount_uploader :avatar, AvatarUploader
|
||||||
attr_accessible :avatar, :remote_avatar_url
|
# attr_accessible :avatar, :remote_avatar_url
|
||||||
|
|
||||||
has_many :emails, :dependent => :destroy
|
has_many :emails, :dependent => :destroy
|
||||||
has_many :phones, :dependent => :destroy
|
has_many :phones, :dependent => :destroy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue