fix: missing apply_attributes clause

This commit is contained in:
Zach Daniel 2021-07-18 18:22:59 -04:00
parent 0e7f9f172f
commit e306e1d7fc

View file

@ -2028,7 +2028,7 @@ defmodule Ash.Changeset do
end)}
end
def apply_attribute(changeset), do: {:error, changeset}
def apply_attributes(changeset), do: {:error, changeset}
@doc "Clears an attribute or relationship change off of the changeset"
def clear_change(changeset, field) do