mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add versions table/model for prices
This commit is contained in:
parent
e03ae63acf
commit
86ea2319c8
5 changed files with 92 additions and 16 deletions
|
@ -1,6 +1,7 @@
|
|||
module Billing
|
||||
class Price < ApplicationRecord
|
||||
include Concerns::Billing::Price::Expirable
|
||||
include Versions
|
||||
|
||||
belongs_to :zone, class_name: 'DNS::Zone', required: true
|
||||
has_many :account_activities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue