X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff7ddb6b86bf918a9418af7382836b41594d45e4..7d2ff8e4cd7f223cbe5e31ed1d4a701fbed36cc3:/app/models/old_node.rb?ds=sidebyside diff --git a/app/models/old_node.rb b/app/models/old_node.rb index 12099498e..fe1a90013 100644 --- a/app/models/old_node.rb +++ b/app/models/old_node.rb @@ -32,7 +32,7 @@ class OldNode < ApplicationRecord self.table_name = "nodes" self.primary_keys = "node_id", "version" - # note this needs to be included after the table name changes, or + # NOTE: this needs to be included after the table name changes, or # the queries generated by Redactable will use the wrong table name. include Redactable