Module: Nyauth::ClientConcern
- Extended by:
- ActiveSupport::Concern
- Included in:
- ControllerConcern
- Defined in:
- app/controllers/concerns/nyauth/client_concern.rb
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
10 11 12 13 14 |
# File 'app/controllers/concerns/nyauth/client_concern.rb', line 10 def initialize @nyauth_client_classes = {} super end |