User ember progress
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class User
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
property :name
|
||||
property :active_list_id
|
||||
@@ -41,6 +42,10 @@ class User
|
||||
)
|
||||
end
|
||||
|
||||
def facebook_id
|
||||
uid
|
||||
end
|
||||
|
||||
def self.from_omniauth(auth)
|
||||
binding.pry
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user