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