Add a way to flag a topic

This commit is contained in:
Neil Lalonde
2014-02-05 17:54:16 -05:00
parent 11ee4e7328
commit 6bbc3ec3e0
23 changed files with 251 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
class AddTargetsTopicToPostActions < ActiveRecord::Migration
def change
add_column :post_actions, :targets_topic, :boolean, default: false
end
end