Ruby on Rails Friday, September 6, 2013

Hey there,

First of all for a beginner this is pretty good.

However, i kinda miss something here (correct me if i understood that one wrong).

I think what you are trying to archieve is that users can taste wine and then rate it. So if you set a wine belongs to a user it seems like that user actually made that wine and rated it afterwards.

I guess what you want is some Kind of rating model which belongs to a user and a wine, which has an appearance etc instead of giving the wine those relations.

That way different users can actuall rate a wine and a wine can habe different ratings (if thats how it is meant).

If the rating should only be done by one user an is objective representativ you are gold to go with what ive seen.

Sincerly,
Crispin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/dd13c0ff-d02d-4e8e-b150-d0dff443fb22%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment