Class: Router

Inherits:
Sinatra::Base
  • Object
show all
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.