Merge pull request #5250 from jwood7423/Add-api-to-the-list-of-meta-wikis

Added `api:` to the list of META_WIKIS
This commit is contained in:
evazion
2022-09-15 03:43:42 -05:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
class WikiPage < ApplicationRecord
class RevertError < StandardError; end
META_WIKIS = ["list_of_", "tag_group:", "pool_group:", "howto:", "about:", "help:", "template:"]
META_WIKIS = ["list_of_", "tag_group:", "pool_group:", "howto:", "about:", "help:", "template:","api:"]
after_save :create_version