update to rails 4.2.5, clean up

This commit is contained in:
jomo
2016-01-17 19:45:46 +01:00
parent ce19d61e1d
commit e53228eaf1
11 changed files with 255 additions and 209 deletions

View File

@@ -7,7 +7,7 @@ class CreateThreadreplies < ActiveRecord::Migration
t.references :user_editor
t.references :forumthread
t.timestamps
t.timestamps null: true
end
end
end