Skip to content

Instantly share code, notes, and snippets.

@neerajsingh0101
Created May 13, 2010 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neerajsingh0101/399447 to your computer and use it in GitHub Desktop.
Save neerajsingh0101/399447 to your computer and use it in GitHub Desktop.
puts Admin::Security.all.to_xml
<?xml version="1.0" encoding="UTF-8"?>
<admin-securities type="array">
<admin-security>
<name>wow</name>
<id type="integer">1</id>
</admin-security>
</admin-securities>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment