aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/type/helpers.rb')
-rw-r--r--activerecord/lib/active_record/type/helpers.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/type/helpers.rb b/activerecord/lib/active_record/type/helpers.rb
index c22869c330..634d417d13 100644
--- a/activerecord/lib/active_record/type/helpers.rb
+++ b/activerecord/lib/active_record/type/helpers.rb
@@ -1 +1,4 @@
require 'active_record/type/helpers/accepts_multiparameter_time'
+require 'active_record/type/helpers/numeric'
+require 'active_record/type/helpers/mutable'
+require 'active_record/type/helpers/time_value'