Hi,

I have a application where I have a book model.
I have a book controller, it has an action named "index_titles"

What should I write in the action of this controller to get a list
with the distinct first letters for each book model in the view ?

For example when I have five books:

"Amazing title"
"Bookworm is comming"
"Basic for beginners"
"Denial of service"
"UPS development guide"

I will have four links in the view with the anchors "A", "B", "D" and
"U" respectively.

I'm a experienced PHP developer, but I'm a newcommer to Ruby. What is
the optimal rails way to accomplish this ?

Regards

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to