Rename create element consistency check

This commit is contained in:
Anton Khorev 2024-03-30 10:13:24 +03:00
parent f50ca826aa
commit 29432d5e9f
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ module ConsistencyValidations
end
# This is similar to above, just some validations don't apply
def check_create_consistency(new, user)
def check_create_element_consistency(new, user)
check_changeset_consistency(new.changeset, user)
end