Posts by Diego Collares • 21 points
2 posts
-
1
votes1
answer233
viewsQ: How to implement attribute login from another table with Devise in Rails 4?
I currently have a Model User who has a relationship has_one with Customer. In the tables customers have the field CPF that the user informs when to register. I need to implement a login in which…
-
1
votes2
answers199
viewsQ: Construct an unordered list with content_tag
How to build a list containing sublists using the content_tag rails? Using the method in the Helper does not work. <ul class="menu"> <li>Item1 <ul> <li><a…