Have you tried this way?

It worked for me:

 comment = Comment.New()
 comment.commentable = post  #instance of the actual post you are
commenting
 # set comment properties here
 comment.save

> I'm just doing:
>
> comment = Comment.New()
> # set comment properties here
> comment.save
> Post.comments << comment

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to