Re: [Rails] Ruby on Rails Applying Model to Two Other Models

2015-01-21 Thread Walter Lee Davis
On Jan 20, 2015, at 5:48 PM, Jacob Grishey wrote: > Hi, I know this is probably a basic question but I am relatively new to Ruby > on Rails. > > I have a website in which I have three models: courses, students, and works. > The website is supposed to be a grade keeper. A course has many works

Re: [Rails] Ruby on Rails Applying Model to Two Other Models

2015-01-21 Thread Colin Law
On 20 January 2015 at 22:48, Jacob Grishey wrote: > Hi, I know this is probably a basic question but I am relatively new to Ruby > on Rails. > > I have a website in which I have three models: courses, students, and works. > The website is supposed to be a grade keeper. A course has many works, lik

[Rails] Ruby on Rails Applying Model to Two Other Models

2015-01-21 Thread Jacob Grishey
Hi, I know this is probably a basic question but I am relatively new to Ruby on Rails. I have a website in which I have three models: courses, students, and works. The website is supposed to be a grade keeper. A course has many works, like a test. You can add a work to a course, but I want that