method

wrap_scope

rails latest stable - Class: ActiveRecord::Associations::Builder::Association

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

wrap_scope(scope, extension)
public

No documentation available.

# File activerecord/lib/active_record/associations/builder/association.rb, line 62
    def self.wrap_scope(scope, extension)
      scope
    end