jfrench / rakismet

Easy Akismet and TypePad AntiSpam integration for Rails

This URL has Read+Write access

rakismet / install.rb
100644 5 lines (5 sloc) 0.195 kb
1
2
3
4
5
File.open(File.join(RAILS_ROOT, %w(config initializers rakismet.rb)) , 'w') do |f|
  f.puts "Rakismet::KEY = ''"
  f.puts "Rakismet::URL = ''"
  f.puts "Rakismet::HOST = 'rest.akismet.com'"
end