Posts by Curt Bercht Neto • 3 points
2 posts
-
0
votes1
answer116
viewsQ: How to display a user’s Posts?
I’m trying to display user posts on perfil = link_to 'perfil', user_path(user) User data appears, but when I try to show user posts comes error: Nomethoderror in Userscontroller#show Undefined…
-
0
votes1
answer101
viewsQ: How do I create DESTROY link with Slim?
I’m starting with Rails, and I’m not able to link to delete a "post" from the site. Follows how the links are new and edit p.btn = link_to "Editar informações", edit_property_path(@property) if…