• R
    Fix association with extension issues · 9b78974b
    Ryuta Kamizono 提交于
    This fixes the following issues.
    
    * `association_scope` doesn't include `default_scope`. Should use `scope` instead.
    * We can't use `method_missing` for customizing existing method.
    * We can't use `relation_delegate_class` for sharing extensions. Should extend per association.
    9b78974b
has_many_associations_test.rb 81.9 KB