Method: WithForm::ModelForm#initialize

Defined in:
lib/with_form/model_form.rb

#initialize(model:, page:) ⇒ ModelForm

Returns a new instance of ModelForm.



5
6
7
8
# File 'lib/with_form/model_form.rb', line 5

def initialize(model:, page:)
  @page = page
  @model = model
end