mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add tabs to category create/edit modal. Categories can have a default auto-close setting that applies to all new topics created in the category. Add rspec-given and write some integration tests. Tests for topic auto-close with category default
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddAutoCloseDaysToCategories < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :categories, :auto_close_days, :float
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user