Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created May 6, 2012 23:22
Show Gist options
  • Save jugyo/2624955 to your computer and use it in GitHub Desktop.
Save jugyo/2624955 to your computer and use it in GitHub Desktop.
How to use ActiveSupport::Dependencies.autoload_paths
require 'active_support/dependencies'
ActiveSupport::Dependencies.autoload_paths << File.expand_path('../lib', __FILE__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment