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:
Neil Lalonde
2013-05-15 15:19:41 -04:00
parent 737e16f7e0
commit f3282e33a3
22 changed files with 298 additions and 98 deletions

View File

@@ -1,6 +1,6 @@
class CategorySerializer < BasicCategorySerializer
attributes :secure, :groups, :available_groups
attributes :secure, :groups, :available_groups, :auto_close_days
def groups
@groups ||= object.groups.order("name").all.map(&:name)