Skip to content

Instantly share code, notes, and snippets.

@davidnorth
Created August 5, 2010 22:14
Show Gist options
  • Save davidnorth/510485 to your computer and use it in GitHub Desktop.
Save davidnorth/510485 to your computer and use it in GitHub Desktop.
Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c|
Rails.env == "production" ? require(c) : load(c)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment