aboutsummaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8e55628..8242395 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -19,6 +19,7 @@ Rails.application.routes.draw do
only: %i[create new show update destroy] do
member do
post 'perform_action'
+ get 'in_use_store_paths'
end
end
@@ -28,6 +29,7 @@ Rails.application.routes.draw do
only: %i[create new show update destroy] do
member do
post 'perform_action'
+ get 'in_use_store_paths'
end
end
end