mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Temporarily fix root_path missing error in many controllers
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Overriding Devise routes to use our own controller
|
||||
Spree::Core::Engine.routes.draw do
|
||||
root to: 'home#index'
|
||||
|
||||
devise_for :spree_user,
|
||||
:class_name => 'Spree::User',
|
||||
:controllers => { :sessions => 'spree/user_sessions',
|
||||
|
||||
Reference in New Issue
Block a user