asm-products/verba

View on GitHub
app/models/refund.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Refund < ActiveRecord::Base
  belongs_to :user
end