not explicitly. it is in fact a has_many relationship, because your model has_many :rates, but you dont need to write that. the only thing you have to write in your model is acts_as_rateable.
but that's all in the example. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

