8 lines
164 B
Ruby
8 lines
164 B
Ruby
|
class EditableChamp::RegionsComponent < ApplicationComponent
|
||
|
include ApplicationHelper
|
||
|
|
||
|
def initialize(form:, champ:)
|
||
|
@form, @champ = form, champ
|
||
|
end
|
||
|
end
|