Files
openfoodnetwork/app/components/help_modal_component.rb
Maikel Linke e6ac2f0d88 Style/SuperArguments
Call super without arguments and parentheses when the signature is identical.
2024-06-05 09:29:42 +10:00

8 lines
135 B
Ruby

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