If it is 3 views of the same data, then the controller could just look at a params[:which_format] value to determine where to route the view for rendering.
Creating mime types for different views *all destined for the same recipient format* is, in my opinion, an inappropriate use of the mime types. And just a niggle... Thing.all implies you are retrieving @things, plural. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

