Module: Shibboleth::Rails::ModelAdditions
- Defined in:
- lib/shibboleth-rails/user_model_additions.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Instance Method Summary collapse
Instance Method Details
#authenticated_by_shibboleth ⇒ Object
4 5 6 7 |
# File 'lib/shibboleth-rails/user_model_additions.rb', line 4 def authenticated_by_shibboleth extend ClassMethods include InstanceMethods end |