Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
Moved BaseController.around_filter(OutputFilter::Cells.new) to the Ce…
Browse files Browse the repository at this point in the history
…lls plugin, tests were broken!
  • Loading branch information
nachokb committed May 24, 2009
1 parent fe69c3a commit c713053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/adva_cms/app/controllers/base_controller.rb
Expand Up @@ -13,7 +13,6 @@ class SectionRoutingError < ActionController::RoutingError; end
include BlogHelper if Rails.plugin?(:adva_blog)

before_filter :set_site, :set_locale, :set_timezone, :set_cache_root
around_filter OutputFilter::Cells.new
attr_accessor :site, :section

layout 'default'
Expand Down
6 changes: 6 additions & 0 deletions plugins/adva_cells/app/controllers/base_controller.rb
@@ -0,0 +1,6 @@
class BaseController < ApplicationController
around_filter OutputFilter::Cells.new
end



0 comments on commit c713053

Please sign in to comment.