anthonymidili/Recipedia

View on GitHub
app/views/recipes/_favor_form.html.haml

Summary

Maintainability
Test Coverage
= turbo_frame_tag dom_id(recipe, "find_favor_form") do
  - if current_user.find_favoritism(recipe)
    = render 'recipes/unfavor', recipe: recipe
  - else
    = render 'recipes/favor', recipe: recipe