Sha256: 583ee5217046f4f0390a3e7e2d76f77d1d024ad4d71f218b19f9c3ea7072fb67

Contents?: true

Size: 565 Bytes

Versions: 40

Compression:

Stored size: 565 Bytes

Contents

# frozen_string_literal: true

Renalware::Engine.routes.draw do
  root to: "dashboard/dashboards#show"
  draw :accesses
  draw :admin
  draw :admissions
  draw :api
  draw :clinical
  draw :clinics
  draw :directory
  draw :drugs
  draw :events
  draw :hd
  draw :hospitals
  draw :letters
  draw :low_clearance
  draw :medications
  draw :messaging
  draw :modalities
  draw :pathology
  draw :patients
  draw :pd
  draw :renal
  draw :reporting
  draw :research
  draw :snippets
  draw :system
  draw :transplants
  draw :virology

  # Last
  draw :fallbacks
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
renalware-core-2.0.113 config/routes.rb
renalware-core-2.0.112 config/routes.rb
renalware-core-2.0.111 config/routes.rb
renalware-core-2.0.110 config/routes.rb
renalware-core-2.0.109 config/routes.rb
renalware-core-2.0.108 config/routes.rb
renalware-core-2.0.106 config/routes.rb
renalware-core-2.0.105 config/routes.rb
renalware-core-2.0.104 config/routes.rb
renalware-core-2.0.103 config/routes.rb
renalware-core-2.0.102 config/routes.rb
renalware-core-2.0.101 config/routes.rb
renalware-core-2.0.100 config/routes.rb
renalware-core-2.0.99 config/routes.rb
renalware-core-2.0.98 config/routes.rb
renalware-core-2.0.97 config/routes.rb
renalware-core-2.0.96 config/routes.rb
renalware-core-2.0.95 config/routes.rb
renalware-core-2.0.94 config/routes.rb
renalware-core-2.0.93 config/routes.rb