I'm fresh to Rhodes and don't have any experience with RoR.
I created a new model in my application: rhogen model CoffeeKind name,description,vendor,picture
I would like to:
add a new property ("sizes")
reference another model from within this one ("vendor" referencing CoffeeVendor)
import various coffee kinds from json
I've got experience with Python / Django / Google App Engine, but not with Ruby / RoR.
How do I perform above tasks? Or where can I look for help? I tried googling and checking out documentation but found nothing :/
Help! :)
(I'm adding ruby on rails tag to this because I heard that it's similar to Rhodes)