Sha256: e711fa5d382a2e391bed2a0b4cd811e904d21c6c7575e56a80d51da5b8ee20be

Contents?: true

Size: 579 Bytes

Versions: 37

Compression:

Stored size: 579 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 :feeds
  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

37 entries across 37 versions & 1 rubygems

Version Path
renalware-core-2.0.153 config/routes.rb
renalware-core-2.0.152 config/routes.rb
renalware-core-2.0.151 config/routes.rb
renalware-core-2.0.149 config/routes.rb
renalware-core-2.0.148 config/routes.rb
renalware-core-2.0.147 config/routes.rb
renalware-core-2.0.146 config/routes.rb
renalware-core-2.0.145 config/routes.rb
renalware-core-2.0.144 config/routes.rb
renalware-core-2.0.143 config/routes.rb
renalware-core-2.0.142 config/routes.rb
renalware-core-2.0.141 config/routes.rb
renalware-core-2.0.140 config/routes.rb
renalware-core-2.0.139 config/routes.rb
renalware-core-2.0.138 config/routes.rb
renalware-core-2.0.137 config/routes.rb
renalware-core-2.0.136 config/routes.rb
renalware-core-2.0.135 config/routes.rb
renalware-core-2.0.134 config/routes.rb
renalware-core-2.0.133 config/routes.rb