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, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/form_builder.rb b/actionpack/lib/action_controller/form_builder.rb
index f2656ca894..f636c81829 100644
--- a/actionpack/lib/action_controller/form_builder.rb
+++ b/actionpack/lib/action_controller/form_builder.rb
@@ -1,3 +1,4 @@
+# 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