Re: [Rails] How should I model this?

2011-11-14 Thread Dave Aronson
On Mon, Nov 14, 2011 at 00:26, Pragma Once wrote: > I am making a web application that basically allows user to create a > table. They name the table and add columns (field). Then they add > entries (rows), just like a typical table. ... > How would I model this with a ruby class? I don't think

[Rails] How should I model this?

2011-11-13 Thread Pragma Once
Hi, I am making a web application that basically allows user to create a table. They name the table and add columns (field). Then they add entries (rows), just like a typical table. So for example, the user can create a table called "High-Scores". Then add fields "Name", "Points", "Achievements".