aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
blob: c4069aa78e5857d0aa79d4e9f61276efc06ca56f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require 'active_support/inflector'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/class/attribute_accessors'

require 'active_record'
require 'active_record/connection_adapters/abstract/quoting'

$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'arel/algebra'
require 'arel/engines'
require 'arel/session'