Bonfire.Me.Acts.Creator (Bonfire v1.0.0-social-rc.1.19)
View SourceAn act that deals with maintaining a Created
record for a changeset.
During insertion, adds an associated insert if a creator can be found in the epic options.
During deletion, ensures that the related record will be cleaned up.
Epic Options (insert):
:creator
- user that will create the post, falls back to:current_user
:current_user
- user that will create the post, fallback if:creator
is not set.
Act Options:
:on
- key to find changeset, required.