Liberator.Resource.can_post_to_missing-question-mark
You're seeing just the callback
can_post_to_missing-question-mark
, go back to Liberator.Resource module for more information.
Specs
can_post_to_missing?(Plug.Conn.t()) :: true | false
Check if we can process a post to a resource that does not exist, or if we should send a 404 Not Found response.
By default, always returns true
.