removes hashrockets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user