# File lib/spork/app_framework/rails_stub_files/application_controller.rb, line 10
    def reapply_inheritance!
      @@preloading = false
      Array(@_descendants).each do |descendant|
        descendant.master_helper_module.send(:include, master_helper_module)
        descendant.send(:default_helper_module!)

        descendant.respond_to?(:reapply_inheritance!) && descendant.reapply_inheritance!
      end
    end