Skip to content

Instantly share code, notes, and snippets.

@jensblond
Created August 13, 2013 22:05
Show Gist options
  • Save jensblond/6226179 to your computer and use it in GitHub Desktop.
Save jensblond/6226179 to your computer and use it in GitHub Desktop.
if Rails.env == "development"
Dir.foreach("#{Rails.root}/app/models") do |model_name|
require_dependency model_name unless model_name == "." || model_name == ".."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment