To render view from another controller
# In rail 2.3render "controller/action"
# In rails 2.2 or belowrender :template => 'controller/action'
To render partial from another controller's views folderrender :partial => "controller/partial"
Cheers !
Sandip
|
Recent Posts |
Followers |
|
© 2009-2010 FunOnRailsDesigned by Woork