diaspora/app/models/omniauth_service.rb
2010-10-25 17:41:58 -07:00

13 lines
278 B
Ruby

# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
class OmniauthService
include MongoMapper::Document
belongs_to :user
key :provider, String
key :uid, String
end