Skip to content

Instantly share code, notes, and snippets.

@fellix
Created June 17, 2011 12:14
Show Gist options
  • Save fellix/1031301 to your computer and use it in GitHub Desktop.
Save fellix/1031301 to your computer and use it in GitHub Desktop.
JSON Export
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