Sha256: 140dea19cd9b3ee6b87657af599df238ac5b3ed29b647bffd74156e9e8d842b4

Contents?: true

Size: 330 Bytes

Versions: 20

Compression:

Stored size: 330 Bytes

Contents

MnoEnterprise::Engine.routes.draw do

  #============================================================
  # Static Pages
  #============================================================
  root to: redirect { MnoEnterprise.router.dashboard_path }

  # Invoices
  resources :invoices, only: [:show], constraints: { id: /[\w\-]+/ }
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.4.0 config/routes.rb
mno-enterprise-frontend-3.3.3 config/routes.rb
mno-enterprise-frontend-3.3.2 config/routes.rb
mno-enterprise-frontend-3.2.1 config/routes.rb
mno-enterprise-frontend-3.3.1 config/routes.rb
mno-enterprise-frontend-3.3.0 config/routes.rb
mno-enterprise-frontend-3.2.0 config/routes.rb
mno-enterprise-frontend-3.1.4 config/routes.rb
mno-enterprise-frontend-3.0.7 config/routes.rb
mno-enterprise-frontend-3.1.3 config/routes.rb
mno-enterprise-frontend-3.0.6 config/routes.rb
mno-enterprise-frontend-3.1.2 config/routes.rb
mno-enterprise-frontend-3.0.5 config/routes.rb
mno-enterprise-frontend-3.1.1 config/routes.rb
mno-enterprise-frontend-3.0.4 config/routes.rb
mno-enterprise-frontend-3.1.0 config/routes.rb
mno-enterprise-frontend-3.0.3 config/routes.rb
mno-enterprise-frontend-3.0.2 config/routes.rb
mno-enterprise-frontend-3.0.1 config/routes.rb
mno-enterprise-frontend-3.0.0 config/routes.rb