Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chaimann committed Feb 7, 2025
1 parent 6003801 commit eb63068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
admin_resources :properties, except: [:show]
admin_resources :option_types, only: [:index, :destroy], sortable: true
admin_resources :taxonomies, only: [:index, :destroy], sortable: true
admin_resources :promotion_categories, except: [:show]
admin_resources :promotion_categories, only: [:index, :destroy]
admin_resources :tax_categories, except: [:show]
admin_resources :tax_rates, only: [:index, :destroy]
admin_resources :payment_methods, only: [:index, :destroy], sortable: true
Expand Down
2 changes: 1 addition & 1 deletion legacy_promotions/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
extend SolidusAdmin::AdminResources

admin_resources :promotions, only: [:index, :destroy]
admin_resources :promotion_categories, only: [:index, :destroy]
admin_resources :promotion_categories, except: [:show]
end
end

0 comments on commit eb63068

Please sign in to comment.