projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add banner for SotM Latam 2016
[rails.git]
/
script
/
cleanup
1
#!/usr/bin/env ruby
2
3
require File.dirname(__FILE__) + "/../config/environment"
4
5
UserToken.delete_all("expiry < NOW()")
6
7
exit 0