annacl v0.3.0 Annacl.Performers.PerformerRole

Ecto Schema that represent an association between a performer and a role.

Link to this section Summary

Link to this section Types

Specs

t() :: %Annacl.Performers.PerformerRole{
  __meta__: term(),
  id: term(),
  inserted_at: term(),
  performer: term(),
  performer_id: term(),
  role: term(),
  role_id: term(),
  updated_at: term()
}

Link to this section Functions

Link to this function

changeset(performer_role, attrs)

Specs

changeset(PerformerRole.t(), map()) :: Ecto.Changeset.t()