Gramex.UserDataPersistencePlug (gramex v0.0.4)
View SourceKeeps user data in the database up-to-date.
Usage example:
plug Gramex.UserDataPlug
plug Gramex.UserDataPersistencePlug, repo: MyApp.Repo, schema: MyApp.User, changeset: :changeset
Keeps user data in the database up-to-date.
Usage example:
plug Gramex.UserDataPlug
plug Gramex.UserDataPersistencePlug, repo: MyApp.Repo, schema: MyApp.User, changeset: :changeset