UX: Use smaller messages for moderator actions.

This commit is contained in:
Robin Ward
2015-07-24 16:39:03 -04:00
parent 326b2812e4
commit bb93a345eb
25 changed files with 171 additions and 60 deletions

View File

@@ -0,0 +1,5 @@
class AddActionCodeToPost < ActiveRecord::Migration
def change
add_column :posts, :action_code, :string, null: true
end
end