aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/lib/active_model/type/helpers.rb')
-rw-r--r--activemodel/lib/active_model/type/helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/lib/active_model/type/helpers.rb b/activemodel/lib/active_model/type/helpers.rb
index 82cd9ebe98..3d039b7530 100644
--- a/activemodel/lib/active_model/type/helpers.rb
+++ b/activemodel/lib/active_model/type/helpers.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
require "active_model/type/helpers/accepts_multiparameter_time"
require "active_model/type/helpers/numeric"
require "active_model/type/helpers/mutable"