Skip to content

Instantly share code, notes, and snippets.

@convexstyle
Last active December 22, 2015 09:28
Show Gist options
  • Save convexstyle/6451775 to your computer and use it in GitHub Desktop.
Save convexstyle/6451775 to your computer and use it in GitHub Desktop.
Autoload custom modules
# in configs/application.rb
module MyApp
class Application < Rails::Application
config.autoload_paths += Dir["#{config.root}/lib"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment