Module: CLEElements

Defined in:
lib/kuali-sakai-common-lib/utilities.rb

Overview

Utilities

Class Method Summary collapse

Class Method Details

.modularize(module_name, identifier) ⇒ Object

Used to add configured modules to classes in OAE and CLE That share common page methods, like Assessments and Assignments



268
269
270
271
# File 'lib/kuali-sakai-common-lib/utilities.rb', line 268

def self.modularize(module_name, identifier)
  include module_name
  module_name.page_elements(identifier)
end