class ActiveRecord::Associations::Builder::CollectionAssociation
def self.valid_options(options)
def self.valid_options(options) super + [:before_add, :after_add, :before_remove, :after_remove, :extend] end
def self.valid_options(options) super + [:before_add, :after_add, :before_remove, :after_remove, :extend] end