2013-07-22 159 views

回答

4

你最好的選擇將是有條件使用render_original像這樣:

Deface::Override.new(:virtual_path => "products", 
        :name => "example", 
        :surround => "div#products", 
        :text => "<% if @product == 'x' %><%# do something %><% else %><%= render_original %><% end %>") 
+0

對不起,我是相當新的毀損,是「render_original」內置命令? – smcdrc

+0

是的。它是內置的,但是在查看代碼之後,我相信它只能用於環繞聲或surround_contents。我更新了上面的代碼片段以使用環繞聲。 – gmacdougall