sideplace_app/app/models/hipay_history.rb

4 lines
64 B
Ruby

class HipayHistory < ActiveRecord::Base
belongs_to :order
end