123 124 125
# File 'lib/poolparty/resource.rb', line 123 def after_loaded_requires_parent requires parent if parent && !parent.is_a?(PoolParty::Cloud) && !parent.is_a?(PoolParty::Pool) end