projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow the API to be taken offline completely as well as being put into
[rails.git]
/
app
/
controllers
/
old_way_controller.rb
diff --git
a/app/controllers/old_way_controller.rb
b/app/controllers/old_way_controller.rb
index f10e0d2f0193e0550932e0d15396369fa2939f52..e72c97a0078022650a8484d08c070b7d67fed6c7 100644
(file)
--- a/
app/controllers/old_way_controller.rb
+++ b/
app/controllers/old_way_controller.rb
@@
-2,6
+2,7
@@
class OldWayController < ApplicationController
require 'xml/libxml'
session :off
require 'xml/libxml'
session :off
+ before_filter :check_read_availability
after_filter :compress_output
def history
after_filter :compress_output
def history