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.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/form_builder.rb b/actionpack/lib/action_controller/form_builder.rb
index f2656ca894..09d2ac1837 100644
--- a/actionpack/lib/action_controller/form_builder.rb
+++ b/actionpack/lib/action_controller/form_builder.rb
@@ -1,3 +1,5 @@
+# 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