Module: RuGUI::EntityRegistrationSupport

Included in:
BaseController
Defined in:
lib/rugui/entity_registration_support.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



17
18
19
20
21
# File 'lib/rugui/entity_registration_support.rb', line 17

def self.included(base)
  base.class_inheritable_accessor :entity_registrations
  base.entity_registrations = {}
  base.extend(ClassMethods)
end