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

Version Path
martinemde-active_collection-0.2.3 lib/active_collection.rb
active_collection-0.2.6 lib/active_collection.rb
active_collection-0.2.5 lib/active_collection.rb
active_collection-0.2.4 lib/active_collection.rb
active_collection-0.2.3 lib/active_collection.rb