search for: animate_titl

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

Did you mean: animate_title
2006 Jan 25
1
deep inspecting attributes
Hi there, in one of my templates I have the following code: <% for film in @artist.films %> <h3>films</h3> <p><%= link_to film.title, :controller => ''films'', :action => ''showfilm'', :animate_title => film.animate_title, :page => ''synopsis'' %></p> <% end %> however if I do: <%= debug(@artist) %> from the same template, then my array of films never appears. Why is that, and is there a way I can make it appear? thanks dorian -- I do things for...