This website requires JavaScript.
Explore
Help
Sign In
Gitlink
/
forgeplus
Watch
33
Star
1
Fork
You've already forked forgeplus
58
Code
Issues
1
Pull Requests
1
Packages
Releases
15
Wiki
Activity
7033bccca9
forgeplus
/
app
/
models
/
verification_code.rb
6 lines
117 B
Ruby
Raw
Blame
History
class
VerificationCode
<
ApplicationRecord
def
effective?
created_at
+
10
.
minute
>
Time
.
current
end
end
Reference in New Issue
View Git Blame
Copy Permalink