Module: DoorkeeperHub::Saml
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/doorkeeper_hub/saml.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/doorkeeper_hub/saml.rb', line 7 def self.included(base) base.devise :omniauthable, omniauth_providers: %i[saml] end |
Instance Method Details
#instance_method ⇒ Object
11 12 13 |
# File 'lib/doorkeeper_hub/saml.rb', line 11 def instance_method puts "instance method here" end |