camerican / Help-Desk

Help Desk for NYCDA Projects
1 stars 1 forks source link

How to delete not wanted categories from the bookreview app #14

Closed AlfeCorona closed 7 years ago

oliverghuang commented 7 years ago

Resolved. Deleted extraneous = from .each loop in erb tag.

AlfeCorona commented 7 years ago

Issue resolved by Oliver. Solution was to take the " = " sign from the following syntax

<% Category.all.each do |category| %>

Thanks Oliver