Sha256: f6d46fd344f361c1b3da7c8905b90d81aff95d54411ff13f95214aec37e634f5
Contents?: true
Size: 257 Bytes
Versions: 12
Compression:
Stored size: 257 Bytes
Contents
module Sso module Doorkeeper module AccessGrantMixin extend ActiveSupport::Concern include ::Sso::Logging included do has_one :sso_client, class_name: 'Sso::Client', foreign_key: :access_grant_id end end end end
Version data entries
12 entries across 12 versions & 1 rubygems