Sha256: 3e967fe6a01b4b1dd3f24789a511229adf79b6e7616c236f5cc196676b531961

Contents?: true

Size: 266 Bytes

Versions: 11

Compression:

Stored size: 266 Bytes

Contents

Spree::Core::Engine.routes.draw do
  # Add your extension routes here
  namespace :admin do
    resources :favorite_products, :only => :index do
      get :users, :on => :member
    end
  end

  resources :favorite_products, :only => [:index, :create, :destroy]
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_favorite_products-2.3.0 config/routes.rb
spree_favorite_products-3.0.0 config/routes.rb
spree_favorite_products-2.0.3 config/routes.rb
spree_favorite_products-2.2.3 config/routes.rb
spree_favorite_products-2.2.2 config/routes.rb
spree_favorite_products-2.0.2 config/routes.rb
spree_favorite_products-2.2.0 config/routes.rb
spree_favorite_products-2.0.1 config/routes.rb
spree_favorite_products-1.0.1 config/routes.rb
spree_favorite_products-2.0.0 config/routes.rb
spree_favorite_products-1.0.0 config/routes.rb