aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/form_builder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/form_builder.rb')
-rw-r--r--actionpack/lib/action_controller/form_builder.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/form_builder.rb b/actionpack/lib/action_controller/form_builder.rb
index f636c81829..f2656ca894 100644
--- a/actionpack/lib/action_controller/form_builder.rb
+++ b/actionpack/lib/action_controller/form_builder.rb
@@ -1,4 +1,3 @@
-# frozen_string_literal: true
module ActionController
# Override the default form builder for all views rendered by this
# controller and any of its descendants. Accepts a subclass of