Skip to content

Commit

Permalink
Moved cells output filter where it belongs.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens committed May 14, 2009
1 parent 66d44b3 commit 0950392
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugins/adva_cells/test/test_helper.rb
@@ -1,10 +1,10 @@
require File.expand_path(File.dirname(__FILE__) + '/../../../engines/adva_cms/test/test_helper')
require File.expand_path(File.dirname(__FILE__) + '/../../adva_cms/test/test_helper')

class CellTestController
def site
@site ||= Site.first
end

def section
site.sections.first
end
Expand Down

1 comment on commit 0950392

@nachokb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you forgot about adva_cms/app/controllers/base_controller.rb:16:

around_filter OutputFilter::Cells.new

Please sign in to comment.