class OauthConfig < ActiveRecord::Base attr_accessible :client_id, :client_secret, :redirect_uri, :scope end