module PatientSearchFormConcern
Public Instance Methods
Source
# File app/controllers/concerns/patient_search_form_concern.rb, line 8 def set_patient_search_form @form = PatientSearchForm.new( current_user:, request_path: request.path, request_session: session, session: @session, **patient_search_form_params ) end