Class: Piggybak::Shipment

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

Instance Method Summary collapse

Instance Method Details

#status_enumObject



10
11
12
# File 'app/models/piggybak/shipment.rb', line 10

def status_enum
  ["new", "processing", "shipped"]
end