4 lines
81 B
Ruby
4 lines
81 B
Ruby
class HipayVirementHistory < ActiveRecord::Base
|
|
belongs_to :hipay_virement
|
|
end
|