Do not set site name and logo URLs in initializer, so that they can be set through admin interface

This commit is contained in:
Rohan Mitchell
2013-06-04 08:43:35 +10:00
parent 6fd13212f5
commit ed067be530

View File

@@ -11,10 +11,6 @@ require 'spree/product_filters'
require 'open_food_web/searcher'
Spree.config do |config|
config.site_name = "Open Food Web"
config.logo = 'logo.jpg'
config.admin_interface_logo = 'logo.jpg'
config.shipping_instructions = true
config.checkout_zone = 'Australia'
config.address_requires_state = true