fix: Use :public? instead of :private? (#221)

This commit is contained in:
Franklin Rakotomalala 2024-07-07 22:43:39 +02:00 committed by GitHub
parent 5c5ee5a545
commit 4f4ea9b73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ defmodule Mix.Tasks.AshPhoenix.Gen.Html do
name: attr.name,
type: attr.type,
writable?: Map.get(attr, :writable?, true),
private?: attr.private?
public?: attr.public?
}
end
end