1
0
Fork 0
forked from OpenNeo/impress

ugh, one more bug fix?

This commit is contained in:
Matt Dunn-Rankin 2017-10-29 15:18:53 -07:00
parent 80e74da84f
commit 5cae876c46

View file

@ -210,7 +210,7 @@ class SwfAsset < ActiveRecord::Base
def body_specific?
Rails.logger.debug("my zone id is: #{zone_id}")
self.zone.type_id < 3 || (@item && @item.body_specific?)
self.zone.type_id < 3 || (item && item.body_specific?)
end
def origin_pet_type=(pet_type)