removes hashrockets

This commit is contained in:
Juanjo Bazán
2015-07-29 14:27:58 +02:00
parent 146cfbcf84
commit 08671414f2
5 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ class ActsAsCommentableWithThreadingMigration < ActiveRecord::Migration
t.string :title
t.text :body
t.string :subject
t.integer :user_id, :null => false
t.integer :user_id, null: false
t.integer :parent_id, :lft, :rgt
t.timestamps
end