Join Model for Inventory and ProductBase
[Source]
# File lib/opensteam/inventory_base.rb, line 36 36: def property() return !property_type ? real_property : property_type.constantize.find(:all) ; end
[Validate]