class AppPatientTableComponent
Public Class Methods
Source
# File app/components/app_patient_table_component.rb, line 4 def initialize(patients, current_user:, pagy:, anchor: nil) @patients = patients @current_user = current_user @pagy = pagy @anchor = anchor end