drhenner/ror_ecommerce

View on GitHub
app/models/refund_inventory.rb

Summary

Maintainability
A
0 mins
Test Coverage
# == Schema Information
#
# Table name: transactions
#
#  id         :integer(4)      not null, primary key
#  type       :string(255)
#  batch_id   :integer(4)
#  created_at :datetime
#  updated_at :datetime
#

class RefundInventory < Transaction

end