6 changed files with 9 additions and 9 deletions
@ -1,4 +1,4 @@ |
|||||||
class ViewResultComponent < ViewComponent::Base |
class SearchResultCaptionComponent < ViewComponent::Base |
||||||
attr_reader :searched, :count, :item_label, :total_count, :item, :request |
attr_reader :searched, :count, :item_label, :total_count, :item, :request |
||||||
|
|
||||||
def initialize(searched:, count:, item_label:, total_count:, item:, request:) |
def initialize(searched:, count:, item_label:, total_count:, item:, request:) |
Loading…
Reference in new issue