UX: drop the automatic_membership_retroactive column from groups model. (#9430)

This commit is contained in:
Vinoth Kannan
2020-04-22 22:07:39 +05:30
committed by GitHub
parent bf0c055a9a
commit df0c386f8a
25 changed files with 144 additions and 82 deletions

View File

@@ -94,6 +94,7 @@ Discourse::Application.routes.draw do
get 'bulk'
get 'bulk-complete' => 'groups#bulk'
put 'bulk' => 'groups#bulk_perform'
put "automatic_membership_count" => "groups#automatic_membership_count"
end
member do
put "owners" => "groups#add_owners"