DEV Community

changj35513
changj35513

Posted on • Updated on

Notes on Solving PG Final

  • <% %> only for html.erb portion
  • string interpolation for controller
  • if it is a post( in routes, form will look like <form action="" method="post">
  • if deleting something from database, need to change deleting route to get(

Top comments (0)