I'd like to render a nested hash as a tree SVG inside a view. It's
becoming cumbersome to write the hash traversing inside the view.

Is the appropriate location for the SVG generation inside a controller?
If so, should I respond_to formal.xml? I would then call the SVG
generation action from inside the view.

I know there are various ways of doing this, I'm just curious what the
standard choice is.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to