Skip to content

Instantly share code, notes, and snippets.

@johanb
Created March 29, 2012 20:16
Show Gist options
  • Select an option

  • Save johanb/2243255 to your computer and use it in GitHub Desktop.

Select an option

Save johanb/2243255 to your computer and use it in GitHub Desktop.
require 'spree_core'
require 'spree_mollie/engine'
Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c|
Rails.configuration.cache_classes ? require(c) : load(c)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment