aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel.rb
blob: ae4240bf8a640b664b37e13e3de144e4dc6a593b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  
                                                           

                                                   
 


                        
                        
 
                                   
   
require 'active_support/inflector'
require 'active_support/core_ext/class/attribute_accessors'
require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/object/blank'

module Arel
  require 'arel/algebra'
  require 'arel/engines'
  require 'arel/version'

  autoload :Session, 'arel/session'
end