Skip to content

Instantly share code, notes, and snippets.

@cyx
Created March 7, 2010 12:21
Show Gist options
  • Save cyx/324346 to your computer and use it in GitHub Desktop.
Save cyx/324346 to your computer and use it in GitHub Desktop.
class Object
Dir[root_path("app/models/*.rb")].each do |file|
autoload File.basename(file, '.rb').camelize, file
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment