You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the gem and made the migration, then
I want to use it to create a unique code for each user (as a referral code) but rails 7 does not recognize Protokoll?
I installed the gem and made the migration, then
I want to use it to create a unique code for each user (as a referral code) but rails 7 does not recognize Protokoll?
`class User < ApplicationRecord
protokoll :user_referral_up, :pattern => "T%M#A" #Ex:T0842A
end`
The text was updated successfully, but these errors were encountered: