Posts by Cesar De Paula Souza • 31 points
2 posts
-
2
votes1
answer97
viewsQ: Datepicker brings wrong calendar after filling the field
It happens like this: Mum field date, when it is empty, it brings the datepicker correctly and fills the field in the database format aaaa-mm-dd and saved in this format. When I edit, when placing…
-
1
votes1
answer69
viewsQ: pull data from a third table in a single relation
Hi! I have 3 tables. studies, species and origins, where : estudoanimais belongs_to especie estudoanimais has_many_procedencias especie has_many estudoanimais procedencia belongs_to estudoanimal The…