1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel.rb

13 lines
318 B
Ruby
Raw Normal View History

2009-09-14 16:36:41 -04:00
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'
2009-09-14 16:36:41 -04:00
2009-09-30 23:21:42 -04:00
module Arel
require 'arel/algebra'
require 'arel/engines'
autoload :Session, 'arel/session'
2010-03-10 17:08:30 -05:00
VERSION = "0.3.1"
2010-03-10 16:51:01 -05:00
end