View Source Bonfire.Tag (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Functions

Add things (Pointer objects) to a tag. You usually want to add tags to a thing instead, see thing_tags_changeset

Add tags to a thing (any Pointer object which defines a many_to_many relation to tag). This function applies to your object schema but is here for convenience.

Functions

Callback implementation for Bonfire.Common.SchemaModule.context_module/0.

Callback implementation for Bonfire.Common.SchemaModule.query_module/0.

Link to this function

tag_things_changeset(tag, things)

View Source

Add things (Pointer objects) to a tag. You usually want to add tags to a thing instead, see thing_tags_changeset

Link to this function

thing_tags_changeset(thing, tags)

View Source

Add tags to a thing (any Pointer object which defines a many_to_many relation to tag). This function applies to your object schema but is here for convenience.