./lib/animoto/asset.rb in animoto-0.0.0.alpha6 vs ./lib/animoto/asset.rb in animoto-0.0.0.alpha7

- old
+ new

@@ -10,10 +10,10 @@ # Returns a representation of this asset as a Hash. Used mainly for generating # manifests. # # @return [Hash] this asset as a Hash def to_hash - { 'source' => @source } + { 'source_url' => @source } end end end \ No newline at end of file