Method: Thredded::EditTopicForm#category_options
- Defined in:
- app/forms/thredded/edit_topic_form.rb
#category_options ⇒ Object
21 22 23 |
# File 'app/forms/thredded/edit_topic_form.rb', line 21 def @topic..categories.map { |cat| [cat.name, cat.id] } end |