Hi everyone, I'm trying to ignore the default behavior of respond_to....format.html. Let me explain. By default def index loads the index.html.erb view, I created a new method called def show_open_tickets, well I don't want to create a whole new view just to see this data, it will be redundant, the index view is what I want to use, I'm just changing the filtering options.
So is there a way to make my def load the index view and not the view with the same name as the def? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

