Sha256: 35883dbc41f28077aaa0324eafcf9f47d192659303e28fc487bedacdc50c5a5c
Contents?: true
Size: 427 Bytes
Versions: 4
Compression:
Stored size: 427 Bytes
Contents
Spree::Core::Engine.routes.draw do resource :recurring_orders, only: [:create] get "/recurring_orders/:id", controller: 'recurring_orders', action: 'show', as: 'recurring_order' get "admin/recurring_orders/", controller: 'admin/recurring_orders', action: 'index', as: 'admin_recurring_orders' get "admin/recurring_orders/:number", controller: 'admin/recurring_orders', action: 'show', as: 'admin_recurring_order' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spree_recurring_order-2.1.8 | config/routes.rb |
spree_recurring_order-2.1.7 | config/routes.rb |
spree_recurring_order-2.1.6 | config/routes.rb |
spree_recurring_order-2.1.5 | config/routes.rb |