This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
forgeplus1
forked from
Gitlink/forgeplus
Watch
0
Star
0
Fork
You've already forked forgeplus1
0
Code
Issues
Pull Requests
Releases
2
Wiki
Activity
21b55eba83
forgeplus1
/
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