Sha256: 8ffa16291b143a9a5e93020686460199674ffe298e352287174993695372287e
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
require "stupid_spam_protection/version" module StupidSpamProtection def self.extended(base) base.class_eval do attr_accessible :robot attr_accessor :robot validates :robot, :length => {:maximum => 0} end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stupid_spam_protection-0.0.2 | lib/stupid_spam_protection.rb |
stupid_spam_protection-0.0.1 | lib/stupid_spam_protection.rb |