Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 404 Bytes

README

Homework for The Complete Ruby on Rails Deveoper Course (69).


Edit categories

Summary of changes:

  • Added edit and update actions to categories controller.

  • Added edit.html.erb view template.

  • Added _form.html.erb partial under categories and extracted errors/form code from new.html.erb and added this partial.

  • Render form partial from both new and edit view templates.