Created
February 4, 2010 12:12
-
-
Save jsierles/294573 to your computer and use it in GitHub Desktop.
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
usernames = data_bag(:users) | |
usernames.each do |username| | |
user_json = data_bag_item username | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment