Created
June 17, 2011 12:14
-
-
Save fellix/1031301 to your computer and use it in GitHub Desktop.
JSON Export
This file contains hidden or 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
| File.open( 'a.json', 'w') { |f| f.write Imovel.all.to_json(:include => {:videos => { :except => :updated_at }, :fotos => {:methods => :public_filename} }) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment