Skip to content

Instantly share code, notes, and snippets.

@codesword
Created June 19, 2016 12:12
Show Gist options
  • Save codesword/0d006fe71268254665de61ed99a89366 to your computer and use it in GitHub Desktop.
Save codesword/0d006fe71268254665de61ed99a89366 to your computer and use it in GitHub Desktop.
Building An MVC Framework - Part 2
require "./config/application.rb"
TodoApplication = Todolist::Application.new
run TodoApplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment