summaryrefslogtreecommitdiff
path: root/app/models/node_action.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/node_action.rb')
-rw-r--r--app/models/node_action.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/node_action.rb b/app/models/node_action.rb
index bfa469b1..f1e4eaea 100644
--- a/app/models/node_action.rb
+++ b/app/models/node_action.rb
@@ -134,6 +134,7 @@ class NodeAction < ApplicationRecord
134 # from the node verbs' "tags", which is a pair, 134 # from the node verbs' "tags", which is a pair,
135 # so one renderer cannot mistake the other. 135 # so one renderer cannot mistake the other.
136 # "path" -- the node's unique_name, when it has a node 136 # "path" -- the node's unique_name, when it has a node
137 # "external_url" -- pair
137 # 138 #
138 # On "event_update" only, and only when something changed -- an 139 # On "event_update" only, and only when something changed -- an
139 # update that changes nothing records no entry at all: 140 # update that changes nothing records no entry at all: