aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
blob: 14511d5b38beaed3904869ab2b3543ebec187774 (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'

module Arel
  require 'arel/algebra'
  require 'arel/engines'
  autoload :Session, 'arel/session'

  VERSION = "0.3.1"
end