0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/regression/models
Fabien 'egg' O'Carroll 812e4b682f
Added SingleUseToken model (#12215)
no-issue

This is a model for the tokens table, which handles the single use
aspect by customising the `findOne` method to automatically destroy the
model after reading from it
2020-09-18 15:05:56 +01:00
..
base
model_member_stripe_customer_spec.js
model_members_spec.js 🐛 Fixed incorrect status used for trial subscription query 2020-09-02 13:07:48 +01:00
model_posts_spec.js Fixed posts_meta relation in test fixtures 2020-09-17 20:46:45 +12:00
model_single_use_token_spec.js Added SingleUseToken model (#12215) 2020-09-18 15:05:56 +01:00
model_stripe_customer_subscription_spec.js
model_users_spec.js