Method: ResourcesController.extended
- Defined in:
- lib/resources_controller.rb
.extended(base) ⇒ Object
386 387 388 389 390 391 |
# File 'lib/resources_controller.rb', line 386 def self.extended(base) base.class_eval do class_attribute :resource_specification_map self.resource_specification_map = {} end end |