• B
    Isolate access to .default_scopes in ActiveRecord::Scoping::Default · c1deb81c
    Ben Woosley 提交于
    Instead use .scope_attributes? consistently in ActiveRecord to check whether
    there are attributes currently associated with the scope.
    
    Move the implementation of .scope_attributes? and .scope_attributes to
    ActiveRecord::Scoping because they don't particularly have to do specifically
    with Named scopes and their only dependency, in the case of
    .scope_attributes?, and only caller, in the case of .scope_attributes is
    contained in Scoping.
    c1deb81c
core.rb 17.0 KB