mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
12 lines
318 B
Ruby
12 lines
318 B
Ruby
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'
|
|
autoload :Session, 'arel/session'
|
|
|
|
VERSION = "0.3.1"
|
|
end
|