public
Description: git svn clone of xss_terminate for you git-rails-ers out there... unlikely there will be any enhancements by me
Homepage: http://code.google.com/p/xssterminate/
Clone URL: git://github.com/jasherai/xss_terminate.git
xss_terminate / init.rb
100644 3 lines (2 sloc) 0.072 kb
1
2
3
require 'xss_terminate'
ActiveRecord::Base.send(:include, XssTerminate)