set the right asset id in the rake task :P
This commit is contained in:
parent
338b9c2b3f
commit
8ccc2fd741
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace :pet_types do
|
||||||
pet_type.body_id = args[:body_id]
|
pet_type.body_id = args[:body_id]
|
||||||
# This isn't really a valid image hash, but we can teach PetType to
|
# This isn't really a valid image hash, but we can teach PetType to
|
||||||
# use this override when reporting its image URLs.
|
# use this override when reporting its image URLs.
|
||||||
pet_type.image_hash = "a:#{swf_asset.id}"
|
pet_type.image_hash = "a:#{swf_asset.remote_id}"
|
||||||
pet_type.save!
|
pet_type.save!
|
||||||
puts "Pet type #{pet_type.inspect} created"
|
puts "Pet type #{pet_type.inspect} created"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue