make labels editable in threads

This commit is contained in:
jomo
2015-01-17 18:28:38 +01:00
parent 5f00fc87a3
commit a6c062bde7
8 changed files with 60 additions and 20 deletions
@@ -0,0 +1,5 @@
class RemoveRoleFromLabel < ActiveRecord::Migration
def change
remove_column :labels, :role_id
end
end