View Source Bonfire.Me.Acts.Creator (Bonfire v0.9.10-classic-beta.156)

An 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.