Worked like a charm, thanks. /Erik
On 22 Nov, 16:04, Frederick Cheung <[EMAIL PROTECTED]> wrote: > On Nov 22, 2:57 pm, Erik Lindblad <[EMAIL PROTECTED]> wrote: > > > Hi all > > > When one sends for example a POST request with an XML body Rails > > parses this into a hash with a corresponding structure. How is this > > conversion done and where? Which XML library is used? Any pointers on > > where in the Rails source this is done would be helpful. > > Seehttp://github.com/rails/rails/tree/v2.2.2/actionpack%2Flib%2Faction_c... > > You can override what happens with > > ActionController::Base.param_parsers[Mime::Type.lookup > ('some_mime_type')] = Proc.new do |data| > #turn data into a hash of attributes > end > > Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

