Created
June 3, 2017 05:57
-
-
Save sushant12/0352a33d781903b202d12186242da854 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_relative 'todo/application' | |
require_relative 'todo/base_controller' | |
require_relative 'todo/router' | |
module Todo | |
autoload :Application, 'todo/application' | |
autoload :BaseController, 'todo/base_controller' | |
autoload :Router, 'todo/router' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment