Sha256: 2e5c1aff0cc467cc9d80f215577fcf4667bd05f56520142d7ba809346809ed41
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
require_dependency "renalware" module Renalware class ClinicalSummariesController < BaseController skip_after_action :verify_authorized before_action :load_patient def show clinical_summary = Renal::ClinicalSummaryPresenter.new(patient) render :show, locals: { clinical_summary: clinical_summary } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta4 | app/controllers/renalware/clinical_summaries_controller.rb |