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