Ugly hack for compatibility with Rails 2.1, take two

This commit is contained in:
Stefano Cobianchi
2008-06-04 17:22:47 +02:00
parent 3ef9d2f4f9
commit 82e5e8c188

View File

@@ -24,4 +24,8 @@ class LiquidView
liquid.render(assigns, :filters => [@action_view.controller.master_helper_module], :registers => {:action_view => @action_view, :controller => @action_view.controller})
end
def compilable?
false
end
end