Parent

ApplicationController

This is a stub used to help Spork delay the loading of the real ApplicationController

Public Class Methods

inherited(klass) click to toggle source
   # File lib/spork/app_framework/rails_stub_files/application_controller.rb, line 5
5:     def inherited(klass)
6:       (@_descendants ||= []) << klass if @@preloading
7:       super
8:     end
reapply_inheritance!() click to toggle source
    # File lib/spork/app_framework/rails_stub_files/application_controller.rb, line 10
10:     def reapply_inheritance!
11:       @@preloading = false
12:       Array(@_descendants).each do |descendant|
13:         descendant.master_helper_module.send(:include, master_helper_module)
14:         descendant.send(:default_helper_module!)
15: 
16:         descendant.respond_to?(:reapply_inheritance!) && descendant.reapply_inheritance!
17:       end
18:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.