Sha256: 1a1a4a904a46d7c02545fb1dc86ebe9cf46d86bb13315ec3a0700dfade8f4cfb

Contents?: true

Size: 244 Bytes

Versions: 9

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true

Spree::Core::Engine.routes.draw do
  namespace :admin do
    resources :melhor_envio, only: [:index, :update]
    get "melhor_envio/authorize", at: "melhor_envio#authorize", as: "melhor_envio_authorize"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
solidus_me-1.0.7 config/routes.rb
solidus_me-1.0.6 config/routes.rb
solidus_me-1.0.5 config/routes.rb
solidus_me-1.0.4 config/routes.rb
solidus_me-1.0.3 config/routes.rb
solidus_me-1.0.2 config/routes.rb
solidus_me-1.0.1 config/routes.rb
solidus_me-1.0.0 config/routes.rb
solidus_me-0.0.1 config/routes.rb