Class: InventorySource

Inherits:
ApplicationRecord show all
Extended by:
Enumerize
Defined in:
app/models/inventory_source.rb

Overview

Schema Information

Table name: inventory_sources

id         :bigint           not null, primary key
inv_source :string(191)      not null
created_at :datetime         not null
updated_at :datetime         not null

Indexes

index_inventory_sources_on_inv_source  (inv_source) UNIQUE

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url