A tenant-owned author identity.
Summary
Functions
Builds a changeset for an author.
Types
@type t() :: %BlogEngine.Schema.Author{ __meta__: term(), active: term(), avatar_url: term(), bio: term(), blogs: term(), host_identity_key: term(), host_identity_type: term(), id: term(), inserted_at: term(), name: term(), post_revisions: term(), slug: term(), tenant_key: term(), title: term(), updated_at: term() }
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()
Builds a changeset for an author.