Removed some deprecation warnings

This commit is contained in:
domaindrivendev
2017-05-19 11:11:13 -07:00
parent 75d676d753
commit 353be669e4
10 changed files with 16 additions and 75 deletions

View File

@@ -5,7 +5,7 @@ class Blog < ActiveRecord::Base
{
id: id,
title: title,
content: content
content: nil
}
end
end