Sha256: 81caab3fc1ef3f167b13fa517712bed604ee348e499f8adce0c269f5aafec00a

Contents?: true

Size: 593 Bytes

Versions: 15

Compression:

Stored size: 593 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 :users
  draw :virology

  # Last
  draw :fallbacks
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
renalware-core-2.1.1 config/routes.rb
renalware-core-2.1.0 config/routes.rb
renalware-core-2.0.167 config/routes.rb
renalware-core-2.0.166 config/routes.rb
renalware-core-2.0.165 config/routes.rb
renalware-core-2.0.164 config/routes.rb
renalware-core-2.0.163 config/routes.rb
renalware-core-2.0.162 config/routes.rb
renalware-core-2.0.161 config/routes.rb
renalware-core-2.0.160 config/routes.rb
renalware-core-2.0.159 config/routes.rb
renalware-core-2.0.158 config/routes.rb
renalware-core-2.0.157 config/routes.rb
renalware-core-2.0.156 config/routes.rb
renalware-core-2.0.155 config/routes.rb