aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra.rb')
-rw-r--r--lib/arel/algebra.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/arel/algebra.rb b/lib/arel/algebra.rb
new file mode 100644
index 0000000000..c206fea0b0
--- /dev/null
+++ b/lib/arel/algebra.rb
@@ -0,0 +1,4 @@
+require 'arel/algebra/extensions'
+require 'arel/algebra/predicates'
+require 'arel/algebra/relations'
+require 'arel/algebra/primitives'