为什么这段代码不起作用
= button_to 'del', {controller: 'my_controller', action: 'my_action'}, method: :delete, {style: 'float: left;'}
它给了我错误syntax error, unexpected '\n', expecting tASSOC
但是,如果我将其更改为, = button_to 'del'
则效果很好。
我怎么做错了,我所有的参数怎么做呢?
为什么这段代码不起作用
= button_to 'del', {controller: 'my_controller', action: 'my_action'}, method: :delete, {style: 'float: left;'}
它给了我错误syntax error, unexpected '\n', expecting tASSOC
但是,如果我将其更改为, = button_to 'del'
则效果很好。
我怎么做错了,我所有的参数怎么做呢?