Sha256: 5108d8bea4fdd6aa893e25358cb2b5458d4901f357082b104251558c79475f73
Contents?: true
Size: 220 Bytes
Versions: 65
Compression:
Stored size: 220 Bytes
Contents
module ContourAuthenticatable extend ActiveSupport::Concern included do belongs_to :user end def provider_name OmniAuth.config.camelizations[provider.to_s.downcase] || provider.to_s.titleize end end
Version data entries
65 entries across 65 versions & 1 rubygems