Nice, is there a way that I can save the particular page from which the user is replying to, so I can redirect him there afterwards?
In my show controller for my comments, I have this: @commentable = find_commentable where commentable can be article, profile, etc. Would I do the exact same thing to pass it all throughout the comment posting process, or is there a more efficient way to do this? -- 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.

