Skip to content

Instantly share code, notes, and snippets.

@codesword
Created June 19, 2016 12:28
Show Gist options
  • Save codesword/cdae77a08dff9fcd7305d54766f003d3 to your computer and use it in GitHub Desktop.
Save codesword/cdae77a08dff9fcd7305d54766f003d3 to your computer and use it in GitHub Desktop.
Building An MVC Framework - Part 2
require "zucy"
$LOAD_PATH << File.join(File.dirname(__FILE__), "..", "app", "controllers")
module Todolist
class Application < Zucy::Application
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment