Sha256: 44ff26d0eb5e1f47410a9ddb655e841ed9911b8aff6bdf17a5bd21975eab12dd

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

Spree::Core::Engine.routes.append do
  namespace :admin do
    resources :notifications
  end
end

Spree::Core::Engine.routes.draw do
  get '/destroy_notification', to: 'notifications#destroy_notification'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_custom_notifications-0.5 config/routes.rb
spree_custom_notifications-0.4 config/routes.rb
spree_custom_notifications-0.3 config/routes.rb
spree_custom_notifications-0.2 config/routes.rb
spree_custom_notifications-0.1 config/routes.rb