Skip to content

Commit

Permalink
fix: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
demesameneshoa committed Dec 21, 2023
1 parent a165506 commit 3970e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/recipes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def public_index
def show
@recipe = Recipe.includes(:recipe_foods).find(params[:id])
@recipe_food = @recipe.recipe_foods.includes(:food)
# @food= Food.where(food_id: params[:food_id])
end

# GET /recipes/new
Expand Down

0 comments on commit 3970e99

Please sign in to comment.