Edit page to display all category names with edit inputs on each
问题 I have categories nested inside of guides. I'm building an app to learn rails better and I'm trying to make a page that will display all categories that belong to a guide and have edit inputs under them and a save button next to it so the user can edit the names of the categories they want to change. Bit stuck on how exactly how get this done. here is the category_item_keys controller def edit @guide = Guide.friendly.find(params[:guide_id]) @category = Category.friendly.find(params[:category