module ActiveRecord::Delegation::ClassMethods

def create(model, ...)

:nodoc:
def create(model, ...)
  relation_class_for(model).new(model, ...)
end