Consider the following scaffold for a virtual machine manager. rails g scaffold virtualmachine total_memory:integer total_disk:integer rails g scaffold plan title:string price_usd:integer max_memory:integer max_disk:integer
Now this is greatly simplified however I have around 30 values that I want to track for each virtual machine and for the plans as well. What would be the best way to do this? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

