Skip to content

Instantly share code, notes, and snippets.

@sushant12
Created June 3, 2017 05:57
Show Gist options
  • Save sushant12/0352a33d781903b202d12186242da854 to your computer and use it in GitHub Desktop.
Save sushant12/0352a33d781903b202d12186242da854 to your computer and use it in GitHub Desktop.
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