aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel.rb
blob: 706c5af93b264af11512ff6bcb9bfbe54c4255e1 (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.2.pre"
end