Merge branch 'master' into laura_and_will

Conflicts:
	app/assets/javascripts/templates/partials/enterprise_header.html.haml
	app/views/shopping_shared/_contact.html.haml
	spec/features/consumer/home_spec.rb
This commit is contained in:
Will Marshall
2014-06-24 17:16:22 +10:00

View File

@@ -3,11 +3,7 @@ Openfoodnetwork::Application.routes.draw do
get "/#/login", to: "home#index", as: :spree_login
if Rails.env.production?
get "/map", to: "home#index", as: :map
else
get "/map", to: "map#index", as: :map
end
get "/map", to: "map#index", as: :map
resource :shop, controller: "shop" do
get :products