mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Story #109367694 - refactor: move UserEvents include up, wrap method in included block, say self
This commit is contained in:
parent
b7e560aacc
commit
7b2767eb08
5 changed files with 23 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
|||
# rubocop: disable Metrics/ClassLength
|
||||
class Domain < ActiveRecord::Base
|
||||
include UserEvents
|
||||
include Versions # version/domain_version.rb
|
||||
include Statuses
|
||||
has_paper_trail class_name: "DomainVersion", meta: { children: :children_log }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue