openfoodfoundation/openfoodnetwork

View on GitHub
app/components/help_modal_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class HelpModalComponent < ModalComponent
  def initialize(id:, close_button: true)
    super(id:, close_button:)
  end
end