This website requires JavaScript.
Explore
Help
Sign in
namekuji
/
chuckya
Watch
1
Star
0
Fork
You've already forked chuckya
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
58a1b2e330
chuckya
/
spec
/
fabricators
/
invite_fabricator.rb
9 lines
114 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Style/FrozenStringLiteralComment for specs (#23790)
2023-02-22 09:55:31 +09:00
# frozen_string_literal: true
Add consumable invites (#5814) * Add consumable invites * Add UI for generating invite codes * Add tests * Display max uses and expiration in invites table, delete invite * Remove unused column and redundant validator - Default follows not used, probably bad idea - InviteCodeValidator is redundant because RegistrationsController checks invite code validity * Add admin setting to disable invites * Add admin UI for invites, configurable role for invite creation - Admin UI that lists everyone's invites, always available - Admin setting min_invite_role to control who can invite people - Non-admin invite UI only visible if users are allowed to * Do not remove invites from database, expire them instantly
2017-11-28 00:07:59 +09:00
Fabricator
(
:invite
)
do
user
expires_at
nil
max_uses
nil
uses
0
end
Reference in a new issue
Copy permalink