Sha256: 827368fac0f8d180cefb82edeaec77856eceadd2c4eefd441b55d948db691af2
Contents?: true
Size: 349 Bytes
Versions: 8
Compression:
Stored size: 349 Bytes
Contents
module Citygate # @author Zamith # Holds the authorizations given by the users to get information # from their facebook and/or google accounts class Authorization < ActiveRecord::Base belongs_to :user # @!visibility public attr_accessible :provider, :uid, :user_id, :token, :secret, :name, :link, :image_url end end
Version data entries
8 entries across 8 versions & 1 rubygems