Displaying 1 result from an estimated 1 matches for "singlecolumn".
2007 Oct 29
0
would this be a good(restfull) approach for livesearch?
...ender :xml=>@organisations.to_xml}
format.rss { render :xml=>@organisations.to_rss}
end
end
end
as you can see, i want to provide the partial to use through the url, so
this would be something like: /organisations/index?partial=multicolumn
or /organisations/index?partial=singlecolumn
i think it will work, but would this be considered restfull?
--
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, se...