Commit 144ce46842fc810a3cf3ab804d3271787fc78986
1 parent
0c00887c
Exists in
master
and in
29 other branches
Fixed method name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/shopping_cart/lib/shopping_cart_plugin.rb
@@ -23,7 +23,7 @@ class ShoppingCartPlugin < Noosfero::Plugin | @@ -23,7 +23,7 @@ class ShoppingCartPlugin < Noosfero::Plugin | ||
23 | alias :catalog_item_extras :add_to_cart_button | 23 | alias :catalog_item_extras :add_to_cart_button |
24 | alias :asset_product_extras :add_to_cart_button | 24 | alias :asset_product_extras :add_to_cart_button |
25 | 25 | ||
26 | - def stylesheet? | 26 | + def stylesheets? |
27 | true | 27 | true |
28 | end | 28 | end |
29 | 29 |