Top Level Namespace
- Extended by:
- Kawaii::RoutingMethods
Defined Under Namespace
Modules: Kawaii Classes: Hash, String
Class Method Summary (collapse)
Methods included from Kawaii::RoutingMethods
add_http_method, context, delete, get, head, link, match, methods_used, options, patch, post, put, route, trace, unlink
Class Method Details
+ (Object) routes
52 53 54 |
# File 'lib/kawaii/singleton_app.rb', line 52 def routes Kawaii::SingletonApp.routes # Add route handlers to {SingletonApp} end |