Module: Authpds::Controllers::AuthpdsController

Defined in:
lib/authpds/controllers/authpds_controller.rb,
lib/authpds/controllers/authpds_controller/url_handling.rb,
lib/authpds/controllers/authpds_controller/core_attributes.rb,
lib/authpds/controllers/authpds_controller/institution_attributes.rb

Defined Under Namespace

Modules: CoreAttributes, InstitutionAttributes, UrlHandling

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/authpds/controllers/authpds_controller.rb', line 4

def self.included(klass)
  klass.class_eval do
    include Authpds::Controllers::AuthpdsController::CoreAttributes
    include Authpds::Controllers::AuthpdsController::InstitutionAttributes
    include Authpds::Controllers::AuthpdsController::UrlHandling
  end
end