module Octopus::CollectionAssociation

Public Class Methods

included(base) click to toggle source
# File lib/octopus/collection_association.rb, line 3
def self.included(base)
  base.sharded_methods :reader, :writer, :ids_reader, :ids_writer, :create, :create!,
                       :build, :any?, :count, :empty?, :first, :include?, :last, :length,
                       :load_target, :many?, :reload, :size, :select, :uniq
end