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.rb5
1 files changed, 5 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..a32ccd4bc3
--- /dev/null
+++ b/activerecord/lib/active_record/type/helpers.rb
@@ -0,0 +1,5 @@
+module ActiveRecord
+ module Type
+ Helpers = ActiveModel::Type::Helpers
+ end
+end