Adding first cut of Redactions support
Redactions support hiding historical versions of elements and collecting meta-data about that action together.
This commit is contained in:
parent
2063fc98f1
commit
67dd9e4c9d
20 changed files with 312 additions and 13 deletions
|
@ -2,7 +2,8 @@ class Relation < ActiveRecord::Base
|
|||
require 'xml/libxml'
|
||||
|
||||
include ConsistencyValidations
|
||||
|
||||
include NotRedactable
|
||||
|
||||
self.table_name = "current_relations"
|
||||
|
||||
belongs_to :changeset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue