Hi All,
I am trying to figure out how the Vokuro example gets data from the successlogins table using user.successLogins in Volt. I have crated a new controller and I am now trying to do the same thing (with another table), but I cannot get it to work. I have created all the required replationships between the two tables, but I could not get it to work unless I select the data in the controller using magic getters and pass that as a variable to the view. However, in the Vokuro example, the controller (UsersController) does not do this. Can someone give me a hand here by explaining how can I acheive the same result?
Thanks!