User ember progress

This commit is contained in:
2014-03-31 15:51:01 +02:00
parent 013a41b9f6
commit bbf1a11a2e
34 changed files with 261 additions and 71 deletions
+5
View File
@@ -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