vendor/rails/actionpack/README in radiant-0.6.9 vs vendor/rails/actionpack/README in radiant-0.7.0

- old
+ new

@@ -95,10 +95,10 @@ * Filters for pre and post processing of the response (as methods, procs, and classes) class WeblogController < ActionController::Base before_filter :authenticate, :cache, :audit - after_filter { |c| c.response.body = GZip::compress(c.response.body) } + after_filter { |c| c.response.body = Gzip::compress(c.response.body) } after_filter LocalizeFilter def index # Before this action is run, the user will be authenticated, the cache # will be examined to see if a valid copy of the results already \ No newline at end of file