Commit c11cfb6daca3a6b6262386a44b9e97e6f87de675

Authored by Leandro Santos
2 parents 1f3600fd 54d9eb37

Merge branch 'next' into stable

db/migrate/20150408231524_add_settings_to_comments.rb 0 → 100644
@@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
  1 +class AddSettingsToComments < ActiveRecord::Migration
  2 + def change
  3 + add_column :comments, :settings, :text
  4 + end
  5 +end