Posts by Luis Ceron • 16 points
2 posts
-
0
votes2
answers287
viewsA: Change Login [Gem Devise Ruby On Rails]
I haven’t had to do that yet, but there’s this wiki from Twitter that demonstrates how to use a username (or code) to log in.…
-
0
votes1
answer42
viewsA: Retrieve field with Join in RUBY/Ror view
Try to specify which Produto of the association, for example: <%= pedido.produtos.first.valor %> In this case, returns the first Produto of the association. I don’t know how it will be…