Hi guys!
I'm starting with Ruby on Rails and am trying to build a Pool for the WC.
I'm a bit confused as to how my MVC should look like (specifically the database).
What I've done so far is
1. created the users: controller, model and views
2. created fixtures: model, controller
Is this the right approach? Please ask if you need more info.
Thanks!