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.