add categories to forum topics
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
module ForumTopicsHelper
|
||||
def forum_topic_category_select(object, field)
|
||||
select(object, field, ForumTopic.reverse_category_mapping.to_a)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user