Module: AppFormHelper

Defined in:
app/helpers/app_form_helper.rb,
lib/generators/quicksilver_ui/form/templates/app_form_helper.rb

Instance Method Summary collapse

Instance Method Details

#app_form_withObject



2
3
4
5
6
# File 'app/helpers/app_form_helper.rb', line 2

def app_form_with(*, **, &)
  AppFormBuilder.with_blank_error_proc do
    form_with(*, builder: AppFormBuilder, **, &)
  end
end