search for: logic_custom

Displaying 1 result from an estimated 1 matches for "logic_custom".

2012 Jun 21
2
Rails production load order giving uninitialized constant (NameError)
...equire ''spree/calculator_decorator'' in the checkout_controller_decorator.rb. and adding: Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c| Rails.configuration.cache_classes ? require(c) : load(c) end per http://guides.spreecommerce.com/logic_customization.html I''m thinking this isn''t a Spree issue, but an engines issue that I''m getting stuck on. It''s probably not even an issue, but just me not knowing how everything is tied together in Rails and engines. Any help will be greatly appreciated. Even just...