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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user