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

@@ -11,7 +11,7 @@ class CreateForumthreads < ActiveRecord::Migration
t.references :forum
t.timestamps
t.timestamps null: true
end
end
end