ポーンを使用してテーブルにブールフィールドを表示しようとしています。次のエラーが発生します。
Content type not recognized: false
http://prawn.majesticseacreature.com/manual.pdfとrdocを読みましたが、答えが見つかりません。
簡単なテーブルレイアウトは次のとおりです。
def data
table [["Design Type", @design.design_type],
["Hole Punch", @design.hole_punch]]
end