Commit 837d754a5ffee0afa42d521fc3f82e2cdf835a8a
1 parent
1dc230d8
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 |