Hello,

I have a BlogPost resources, where in BlogPost 'show' screen, I want a
"new comment" button to be displayed and only on clicking that button I
want the new Comment view to be rendered into the same page. I would
like to use ajax concept to do this. How do I do this?

NOTE: I have BlogPost and Comment as seperate resources(plural)
Resources I've defined in my routes looks like this:

map.resources :blog_posts, :has_many => :comments

-- 
Posted via http://www.ruby-forum.com/.

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