# File lib/social_auth/acts_as_social_user.rb, line 18 def acts_as_social_user(options = {}) has_many :services, foreign_key: options[:foreign_key] || :user_id, class_name: SocialAuth::Service, dependent: :destroy end