Sha256: b5c957611c107410493a9e08cd260677c9e2cfb4697807ebd0b244571063da57
Contents?: true
Size: 235 Bytes
Versions: 5
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module AuthRails module Concerns module AllowedTokenStrategy extend ActiveSupport::Concern included do has_many :allowed_tokens, dependent: :destroy end end end end
Version data entries
5 entries across 5 versions & 1 rubygems