aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel.rb')
-rw-r--r--lib/arel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index 32fc8d9bc0..de429f532e 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -3,6 +3,7 @@ require 'arel/factory_methods'
require 'arel/expressions'
require 'arel/predications'
+require 'arel/math'
require 'arel/table'
require 'arel/attributes'
require 'arel/compatibility/wheres'