mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11 lines
271 B
Ruby
11 lines
271 B
Ruby
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.3.0"
|
|
end
|