rsl / acts_as_snook

A comment spam solution that doesn't rely on CAPTCHAs, Javascript, or external web services. In other words, a comment spam solution that doesn't suck!

This URL has Read+Write access

acts_as_snook / test / entry.rb
100644 4 lines (4 sloc) 0.087 kb
1
2
3
4
class Entry < ActiveRecord::Base
  has_many :comments
  has_many :extended_comments
end