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.92 config/routes.rb
renalware-core-2.0.91 config/routes.rb
renalware-core-2.0.90 config/routes.rb
renalware-core-2.0.89 config/routes.rb
renalware-core-2.0.88 config/routes.rb
renalware-core-2.0.87 config/routes.rb
renalware-core-2.0.86 config/routes.rb
renalware-core-2.0.85 config/routes.rb
renalware-core-2.0.84 config/routes.rb
renalware-core-2.0.83 config/routes.rb
renalware-core-2.0.82 config/routes.rb
renalware-core-2.0.81 config/routes.rb
renalware-core-2.0.80 config/routes.rb
renalware-core-2.0.79 config/routes.rb
renalware-core-2.0.78 config/routes.rb
renalware-core-2.0.77 config/routes.rb
renalware-core-2.0.76 config/routes.rb
renalware-core-2.0.75 config/routes.rb
renalware-core-2.0.74 config/routes.rb
renalware-core-2.0.73 config/routes.rb