Methods

Class Index [+]

Quicksearch

Merb::BootLoader::SetupStubClasses

In case someone’s running a sparse app, the default exceptions require the Exceptions class. This must run prior to the AfterAppLoads BootLoader So that plugins may have ensured access in the after_app_loads block

Public Class Methods

run() click to toggle source

Declares empty Application and Exception controllers.

Returns

nil

:api: plugin

      # File lib/merb-core/bootloader.rb, line 1266
1266:   def self.run
1267:     unless defined?(Exceptions)
1268:       Object.class_eval         class Application < Merb::Controller          abstract!        end        class Exceptions < Merb::Controller        end
1269:     end
1270:     nil
1271:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.