Created
July 11, 2012 08:11
-
-
Save eriksk/3088880 to your computer and use it in GitHub Desktop.
Using Hash.from_xml outside of rails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# is pretty simple, just require active support | |
require 'active_support/core_ext/hash' | |
hash = Hash.from_xml(xml) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment