Loads the router file. This needs to happen after everything else is loaded while merb is starting up to ensure the router has everything it needs to run.
Tries to find the router file.
The path to the router file if it exists, nil otherwise. |
:api: private
# File lib/merb-core/bootloader.rb, line 1107 def router_file @router_file ||= begin if File.file?(router = Merb.dir_for(:router) / Merb.glob_for(:router)) router end end end
Generated with the Darkfish Rdoc Generator 2.