aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
blob: 305ae99181a8c9ab215fdebd29d9e1655e17f25e (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.0"
end