class DoctrineShowComponent < BaseComponent with_collection_parameter :search_result attr_reader :doctrine, :current_user def initialize(doctrine:, current_user:) @doctrine = doctrine @current_user = current_user end end