diff --git a/app/views/store/index.html.erb b/app/views/store/index.html.erb index 3d97992..6e77806 100644 --- a/app/views/store/index.html.erb +++ b/app/views/store/index.html.erb @@ -8,7 +8,7 @@

<%= product.title %>

<%= sanitize(product.description) %>
- <%= product.price %> + <%= number_to_currency(product.price) %>
<% end %>