Module: Chespirito
- Defined in:
- lib/chespirito.rb,
lib/chespirito/app.rb,
lib/chespirito/request.rb,
lib/chespirito/response.rb,
lib/chespirito/controller.rb,
lib/chespirito/routes/route.rb,
lib/chespirito/routes/router.rb,
lib/chespirito/routes/route_utils.rb,
lib/chespirito/routes/route_constraint_checker.rb
Defined Under Namespace
Classes: App, Controller, Request, Response, Route, RouteConstraintChecker, RouteUtils, Router, SystemRoute
Class Method Summary collapse
Class Method Details
.application ⇒ Object
40 |
# File 'lib/chespirito/app.rb', line 40 def self.application = App.new |