mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-19 21:58:09 +01:00
Start using actionpack-xml_parser as a gem
XML param parsing was removed from rails 4. We may need to look into dropping support for xml api perhaps in favor of a good json api
This commit is contained in:
parent
08498fee4f
commit
7465ecce26
5 changed files with 12 additions and 2 deletions
|
|
@ -64,5 +64,6 @@ module Tracksapp
|
|||
# allow onenote:// and message:// as protocols for urls
|
||||
config.action_view.sanitized_allowed_protocols = 'onenote', 'message'
|
||||
|
||||
config.middleware.insert_after ActionDispatch::ParamsParser, ActionDispatch::XmlParamsParser
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue