Makina.Model.defines

You're seeing just the function defines, go back to Makina.Model module for more information.
Link to this function

defines(model, command)

Specs

defines(t(), atom()) :: boolean()

Returns true if model defines command.

Link to this function

defines(model, command, callback)

Specs

defines(t(), atom(), atom()) :: boolean()

Returns true if model defines command and command contains an implementation of callback.