mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Un-comment :credit_cards in routes
This commit is contained in:
@@ -47,7 +47,7 @@ Spree::Core::Engine.routes.draw do
|
||||
|
||||
match '/admin', to: 'admin/overview#index', as: :admin_dashboard, via: :get
|
||||
|
||||
#resources :credit_cards
|
||||
resources :credit_cards
|
||||
|
||||
namespace :admin do
|
||||
get '/search/known_users' => "search#known_users", :as => :search_known_users
|
||||
|
||||
Reference in New Issue
Block a user