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 1a1f4c12dd..bcf71c05dd 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -1,6 +1,7 @@
require 'arel/crud'
require 'arel/expressions'
+require 'arel/predications'
require 'arel/table'
require 'arel/attributes'
require 'arel/compatibility/wheres'