Commit 144ce46842fc810a3cf3ab804d3271787fc78986

Authored by Rodrigo Souto
1 parent 0c00887c

Fixed method name

plugins/shopping_cart/lib/shopping_cart_plugin.rb
... ... @@ -23,7 +23,7 @@ class ShoppingCartPlugin < Noosfero::Plugin
23 23 alias :catalog_item_extras :add_to_cart_button
24 24 alias :asset_product_extras :add_to_cart_button
25 25  
26   - def stylesheet?
  26 + def stylesheets?
27 27 true
28 28 end
29 29  
... ...