Sha256: 18fa844e30ab80f967ae3421b109536ce811d1a40253eaae7eac9cf8612986c9

Contents?: true

Size: 273 Bytes

Versions: 142

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/low_clearance"

module Renalware
  module LowClearance
    class BaseController < Renalware::BaseController
      protected

      def patient
        LowClearance.cast_patient(super)
      end
    end
  end
end

Version data entries

142 entries across 142 versions & 1 rubygems

Version Path
renalware-core-2.0.18 app/controllers/renalware/low_clearance/base_controller.rb
renalware-core-2.0.17 app/controllers/renalware/low_clearance/base_controller.rb