- AntiSPAM: included form-spam-protection rails plugin (Hivelogic Enkoder)

- update: updated scripts and javascripts to rails 1.2.1
This commit is contained in:
Matthias Tarasiewicz 2007-02-13 13:24:03 +00:00
parent ad22579668
commit 113223f364
15 changed files with 2722 additions and 1339 deletions

View file

@ -2,6 +2,7 @@
# Likewise will all the methods added be available for all controllers.
class ApplicationController < ActionController::Base
# require 'dnsbl_check'
protect_forms_from_spam
before_filter :dnsbl_check, :connect_to_model, :check_authorization, :setup_url_generator, :set_content_type_header, :set_robots_metatag
after_filter :remember_location, :teardown_url_generator