# File lib/cgikit/association.rb, line 55 def settable_in_component?( component ) if _constant == true then return false else return component.can_set_value?(@keypath) end end