get_last
get_last(module(), any(), keyword()) :: Ecto.Schema.t() | nil
Get the most recent version of module with the given entity_id.
module
entity_id
Options can include anything used by the repo's get/3.
get/3