projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
testing the display name
[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 6b0c9dd2ecd059adfa40c727499a5268bcbc6915..e72c97a0078022650a8484d08c070b7d67fed6c7 100644
(file)
--- a/
app/controllers/old_way_controller.rb
+++ b/
app/controllers/old_way_controller.rb
@@
-1,6
+1,10
@@
class OldWayController < ApplicationController
require 'xml/libxml'
+ session :off
+ before_filter :check_read_availability
+ after_filter :compress_output
+
def history
begin
way = Way.find(params[:id])