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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/lib/active_record/type/helpers.rb b/activerecord/lib/active_record/type/helpers.rb
new file mode 100644
index 0000000000..634d417d13
--- /dev/null
+++ b/activerecord/lib/active_record/type/helpers.rb
@@ -0,0 +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'