Hi, i''ve got a restful ressource named ''invoice''. the index-method shows a paginated list of all invoices. now i want to get a new view for all open invoices. i don''t know how to achieve this in most-restful manner. i considered these options: * a new collection method for the ressource: ''show_open'' * a get-parameter for the index view: ''?only_open=true'' but i''m pretty sure, you guys can come up with a more elegant solution. i may want to get some more views in the future: ''paid'', ''last_month'' -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---