From d716709a2e975656e616fb42ea3cbd742d4e840d Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 22 Nov 2007 05:56:59 +0000 Subject: [PATCH] misspelled prefilter git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@43 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/controllers/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application.rb b/app/controllers/application.rb index 7705866..245c4c7 100644 --- a/app/controllers/application.rb +++ b/app/controllers/application.rb @@ -1,6 +1,6 @@ class ApplicationController < ActionController::Base session :session_key => '_barleysodas_session_id' - append_before_filter :block_prefeching_links + append_before_filter :block_prefetching_links ## # Ensures that the request was made using an Ajax request.