Sha256: 43f776f80f52aa97165c044883a8cfbc23c65fd17b41e4a53dd921ba4693935d
Contents?: true
Size: 564 Bytes
Versions: 5
Compression:
Stored size: 564 Bytes
Contents
activesupport_path = "#{File.dirname(__FILE__)}/../../activesupport/lib" $:.unshift(activesupport_path) if File.directory?(activesupport_path) require 'active_support' module ActiveCollection autoload :Base, 'active_collection/base' autoload :MemberClass, 'active_collection/member_class' autoload :Scope, 'active_collection/scope' autoload :Order, 'active_collection/order' autoload :Includes, 'active_collection/includes' autoload :Pagination, 'active_collection/pagination' autoload :Serialization, 'active_collection/serialization' Base end
Version data entries
5 entries across 5 versions & 2 rubygems