# File lib/cgikit/component.rb, line 359 def pull_values_from_parent @associations.each do |key, as| if @api and @api.has_binding?(key) and as.settable_in_component?(self) then take_value_for_key(key, as.value) else take_value_for_key(key, as.value(@parent)) end end end