Class: InventoryEntryLocation

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/inventory_entry_location.rb

Instance Method Summary collapse

Instance Method Details

#addressObject



9
10
11
# File 'app/models/inventory_entry_location.rb', line 9

def address
  self.postal_address
end