Class: Router
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Router
- Defined in:
- lib/blogster/router.rb
Overview
This is the base controller of our application. It will mount the dynamically created controllers in our app. This is achieved with inheritance callback.