2009/10/7 Aldric Giacomoni <[email protected]>: > > Avnish Malik wrote: >> Plz Help.... >> [...] I need to display both the data on the same page [...] > > Time to make two partials. > google search : rails partials
You will need a new action in one of your controllers, or more likely a new controller, that picks up @clients and @servers and then display them using partials as Aldric suggests. Colin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

