aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
diff options
context:
space:
mode:
authorDaniel Colson <danieljamescolson@gmail.com>2017-01-17 23:13:37 -0500
committerDaniel Colson <danieljamescolson@gmail.com>2017-01-17 23:13:37 -0500
commit33d0d962b777a98f3bdda0be41ee03acc0410676 (patch)
treebd238ddda782d8918d9b798761cc7696e3ec6d94 /lib/arel.rb
parentab109d3bf1c773da5e78ddc93bb6b55aebbb1c2a (diff)
downloadrails-33d0d962b777a98f3bdda0be41ee03acc0410676.tar.gz
rails-33d0d962b777a98f3bdda0be41ee03acc0410676.tar.bz2
rails-33d0d962b777a98f3bdda0be41ee03acc0410676.zip
Raise custom error on empty join
Diffstat (limited to 'lib/arel.rb')
-rw-r--r--lib/arel.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/arel.rb b/lib/arel.rb
index e04999ed92..710914a2e3 100644
--- a/lib/arel.rb
+++ b/lib/arel.rb
@@ -1,3 +1,5 @@
+require 'arel/errors'
+
require 'arel/crud'
require 'arel/factory_methods'