2013-01-04 14:16:44 +01:00
|
|
|
require 'project_honeypot'
|
|
|
|
|
2013-01-04 10:26:00 +01:00
|
|
|
require "project_honeypot_rails/version"
|
2013-01-04 14:16:44 +01:00
|
|
|
require "project_honeypot_rails/request_suspicious_ips_protection"
|
2013-01-04 10:26:00 +01:00
|
|
|
|
|
|
|
module ProjectHoneypotRails
|
|
|
|
# Your code goes here...
|
|
|
|
end
|