我的文件interface.html.haml中有这个:
=form_tag do
=field_set_tag do
=label_tag 'speaktext', 'Enter text below or speak and the text will show there.'
=text_area_tag 'speaktext'
我收到了这个错误:
/ p中的NoMethodError #的未定义方法`form_tag'
我搜索谷歌并没有取得真正的成功。任何人都有一个暗示我怎么能找出问题所在?
更新: @matt指出,在Sinatra中没有Action Helper方法。