Commit c20a3d167eb0b7bbc52f4003c8568005d7a19cc6
1 parent
144ce468
Exists in
master
and in
29 other branches
Little fixes
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 stylesheets? | 26 | + def stylesheet? |
27 | true | 27 | true |
28 | end | 28 | end |
29 | 29 |