Sha256: 7397f0d4e3aad2b2d57b185d45b75d49adfc12ce2afa2c417555f0238e38e391

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 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'

  Base
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
martinemde-active_collection-0.2.2 lib/active_collection.rb