yup, you can just pass it like any other variable for example the code look
like this.
render :partial => "added_ads",:local => {::ad => @ad}:collection=>@ads.On Fri, Jul 31, 2009 at 9:33 PM, Md Fisa <[email protected]>wrote: > > hi everybody, > > I want to pass object to a partial which execute as a collection.here is > may code > > render :partial => "added_ads",:collection=>@ads. > > here i want pass @ad object to each added_ads partial > > please help me > -- > 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 -~----------~----~----~----~------~----~------~--~---

