【发布时间】:2013-08-21 13:03:12
【问题描述】:
我收到以下代码的以下错误:undefined method 'rowspan=' for #<Prawn::Table::Cell::Text:0x9477540>
table [
[{content: "<b>control</b>", rowspan: 2},
{content: "time", colspan: 2},
"order",
{content: "count", colspan: 6}]
], cell_style: {size: 10, inline_format: true}
我按照大虾手册,看不到我做错了什么。我正在使用大虾 0.12.0。
【问题讨论】:
标签: ruby-on-rails prawn