Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 218 Bytes

README.textile

File metadata and controls

4 lines (3 loc) · 218 Bytes

Sinatra MVC skeleton

  • Edit `configs/default_routes.rb` and add your own root uri
  • check `load_dependencies` on `app.rb` and add library names you need (e.g: `load_dependencies :erb, :haml, :json, :activerecord`)