I have a restful app which is laid out in true restful fashion. But I need a way to dump all the info since the purpose of this app is to generate a config file. Do I create a new model and have the index of that do the dump? I don't want to just iterate through the individual records with Show bc I do need to run som logic over the sum of data.
So do I just scaffold something called dump and have index of /dump output the config file? -- 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 -~----------~----~----~----~------~----~------~--~---

