Luiz Vitor Martinez Cardoso
2008-Aug-01 18:50 UTC
RJS templates, how to call a method from a specific controller?
Yeah, I have User and Photo controllers and models. the user has many photos photos belongs to the user In a user profile section i have a photo gallery using RJS. Well, I''m on user controller, and the logic of ''photos'' are on photos controller, how can i call the RJS template using logic from another controller (in this case photo)? at user controller: jphoto.rjs page.replace_html(''html_id, :partial => ''photo'') at photo.html.erb here i need put a lot of logic from the photo controller, how can i use a method from it? Thank your very much for the attention! -- Regards, Luiz Vitor Martinez Cardoso cel.: (11) 8187-8662 blog: rubz.org engineer student at maua.br --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Justin To
2008-Aug-01 22:18 UTC
Re: RJS templates, how to call a method from a specific controller?
Hey, maybe you''re looking for: redirect_to :controller => :controller-name, :action => :action-name -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---