anthonymidili/Recipedia

View on GitHub
app/views/reviews/_count.html.haml

Summary

Maintainability
Test Coverage
%span{class: dom_id(recipe, "reviews_count")}
  = recipe.reviews.count
= "Review".pluralize(recipe.reviews.count)