Hi
I am learning rails & I am developing a blog site using it so i want
to make a drop down menu which would have the title of the blog & on
selecting that title i should be redirected to the show page of blog
contents
I have 2 models
Blog:
title
has_many articles

Artcile:
name
author
date
body
belongs_to blog

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