ryantownsend (owner)

Revisions

  • 55aaef Sun Feb 01 02:30:38 -0800 2009
gist: 55843 Download_button fork
public
Public Clone URL: git://gist.github.com/55843.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
before_filter :set_spam_timestamp
 
private
def set_spam_timestamp
  session[:spam_timestamp] = Time.now.to_i
end