Class Opensteam::InventoryBase::InventoriesProperty
In: lib/opensteam/inventory_base.rb
Parent: ActiveRecord::Base

Join Model for Inventory and ProductBase

Methods

property  

External Aliases

property -> real_property

Public Instance methods

[Source]

    # File lib/opensteam/inventory_base.rb, line 36
36:       def property() return !property_type ? real_property : property_type.constantize.find(:all) ; end

[Validate]