Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Ruby on Rails | debugメソッドでyaml整形して変数を確認

概要

debugメソッドyaml整形して変数を確認

内容

debugメソッドyaml整形して変数を確認します。

サンプル

%p
  = debug Book.first

画像