You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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 |