5 lines
70 B
Ruby
Raw Normal View History

2019-09-13 14:34:06 +10:00
# frozen_string_literal: true
class Payment < ActiveRecord::Base
end