example/app/posts.rb in ace-0.3.1 vs example/app/posts.rb in ace-0.3.2
- old
+ new
@@ -6,10 +6,10 @@
# Inheritted methods:
# - content
# - metadata
# - config
class Post < Ace::Item
- before Ace::LayoutFilter, layout: "post.html"
+ before Ace::TemplateFilter, layout: "post.html"
def document
Nokogiri::HTML(self.content)
end