misspelled prefilter
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@43 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
b8f7cce3e0
commit
d716709a2e
|
@ -1,6 +1,6 @@
|
||||||
class ApplicationController < ActionController::Base
|
class ApplicationController < ActionController::Base
|
||||||
session :session_key => '_barleysodas_session_id'
|
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.
|
# Ensures that the request was made using an Ajax request.
|
||||||
|
|
Reference in New Issue