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
|
@ -4,7 +4,7 @@ class OldNodeTest < ActiveSupport::TestCase
|
|||
api_fixtures
|
||||
|
||||
def test_old_node_count
|
||||
assert_equal 19, OldNode.count
|
||||
assert_equal 21, OldNode.count
|
||||
end
|
||||
|
||||
def test_node_too_far_north
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue