Method: Brightcontent::PageBaseController.inherited
- Defined in:
- app/controllers/brightcontent/page_base_controller.rb
.inherited(subclass) ⇒ Object
6 7 8 9 |
# File 'app/controllers/brightcontent/page_base_controller.rb', line 6 def self.inherited(subclass) subclass.class_eval { per_page 0 } super end |