Class: Renalware::Renal::PRDDescriptionsController

Inherits:
BaseController show all
Defined in:
app/controllers/renalware/renal/prd_descriptions_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#patient

Instance Method Details

#searchObject



10
11
12
# File 'app/controllers/renalware/renal/prd_descriptions_controller.rb', line 10

def search
  @prd_descriptions = PRDDescriptions::SearchQuery.new(term: params[:term]).call
end