Skip to content

Instantly share code, notes, and snippets.

@pinzolo
Created August 1, 2013 11:41
Show Gist options
  • Save pinzolo/6130590 to your computer and use it in GitHub Desktop.
Save pinzolo/6130590 to your computer and use it in GitHub Desktop.
# Adds the app/{controllers,helpers,models} directories of the plugin to the autoload path
Dir.glob File.expand_path(File.join(p.directory, 'app', '{controllers,helpers,models}')) do |dir|
ActiveSupport::Dependencies.autoload_paths += [dir]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment