mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Add audit for Settings
This commit is contained in:
parent
37ae30b637
commit
c977872c44
4 changed files with 100 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
class SettingEntry < ApplicationRecord
|
||||
include Versions
|
||||
validates :code, presence: true, uniqueness: true
|
||||
validates :format, presence: true
|
||||
validates :group, presence: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue