Sha256: e49ee4a5e78b826f2255f92414d62f81cb0f984fa927da558707ead9cd5c7402
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 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 :Scope, 'active_collection/scope' autoload :Order, 'active_collection/order' autoload :Includes, 'active_collection/includes' autoload :Pagination, 'active_collection/pagination' Base end
Version data entries
4 entries across 4 versions & 2 rubygems