View Source Resourceful.Type.Builders (Resourceful v0.1.2)

Functions for import in Resourceful.Registry for building types programmatically.

Link to this section Summary

Link to this section Functions

Link to this function

attribute(type, attr_name, attr_type, opts \\ [])

View Source
Link to this function

has_many(type, rel_name, opts \\ [])

View Source
Link to this function

has_one(type, rel_name, opts \\ [])

View Source
Link to this function

relationship(type, rel_type, rel_name, opts \\ [])

View Source