rubyonrailsin

A Ruby and Rails talk

Sunday, March 21, 2010


[Rails] Re: How to create an index page with data from other contollers

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

Hiya Graham,

It depends on your setup really but I would say in this case you would
want another controller.

If you've put all the shared html into partials then on the new index
page you would just need to do a few <%= render :partial =>
'PARTIAL_NAME'%> to pull in the html you need.

http://api.rubyonrails.org/classes/ActionView/Partials.html

http://guides.rubyonrails.org/layouts_and_rendering.html#using-partials

Cheers
Luke
--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment

Subscribe feeds via e-mail

Blog Archive