プロフィールの左カラムにある情報に関する処理をリファクタリング

This commit is contained in:
shibafu
2017-11-05 01:26:52 +09:00
parent 53f34c12cc
commit 6ed0938694
12 changed files with 157 additions and 127 deletions

View File

@@ -13,4 +13,8 @@ class Ejaculation extends Model
'note', 'geo_latitude', 'geo_longitude',
'is_private'
];
protected $dates = [
'ejaculated_date'
];
}