X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52d40ee42b4428ab00cda97855827d5403d44ef4..0654be27f9826e6cca4b88c03b39517214612351:/app/models/old_way.rb?ds=sidebyside diff --git a/app/models/old_way.rb b/app/models/old_way.rb index 1ee6935ed..247123005 100644 --- a/app/models/old_way.rb +++ b/app/models/old_way.rb @@ -27,7 +27,7 @@ class OldWay < ApplicationRecord self.table_name = "ways" self.primary_keys = "way_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