You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.
NameError: uninitialized constant Spree::MyApp
~/Projects/shop/config/initializers/shop.rb:3:in
<module:Spree>' ~/Projects/shop/config/initializers/shop.rb:2:in
<top (required)>'The example of the site wide preferences does not work. Where am i to define the Spree::MyApp::Config class?
module Spree
Spree::MyApp::Config = Spree::MyApplicationConfiguration.new
end
Spree::MyApp::Config[:theme] = "blue_theme"
Spree::MyApp::Config[:show_spash_page] = true
Spree::MyApp::Config[:number_of_articles] = 5
The text was updated successfully, but these errors were encountered: