search for: 1fd85667

Displaying 1 result from an estimated 1 matches for "1fd85667".

Did you mean: 1185667
2006 Mar 19
1
Rendering Partials w/Collections - is there a way to find the position?
This seems obvious, but I wasn''t able to find info on it easily. If you are rendering a partial from a collection: <%= render :partial => ''message'', :collection => @messages %> Is there a way inside the partial to tell what item in the collection you are on? For example, if I am in the first element in the collection, I want to do something different?