diff --git a/app/helpers/trestle/form_helper.rb b/app/helpers/trestle/form_helper.rb index 52161fef..bfa76b5d 100644 --- a/app/helpers/trestle/form_helper.rb +++ b/app/helpers/trestle/form_helper.rb @@ -1,7 +1,5 @@ module Trestle module FormHelper - DEFAULT_FORM_CONTROLLERS = %w(keyboard-submit form-loading form-error) - # Generates a form for a resource using Rails' #form_for helper. # # In addition to delegating to #form_for, this helper method: @@ -9,8 +7,9 @@ module FormHelper # 1) Sets the default form builder to `Trestle::Form::Builder`. # 2) Sets the default :as option to match the parameter name # expected by the admin. - # 3) Sets default Stimulus controllers on the