【发布时间】:2013-06-14 01:52:37
【问题描述】:
#):error when I try to visitpolls/new 我收到了ActionView::Template::Error (undefined local variable or methodmessage_body'。`
Heroku 正在寻找 app/views/polls/new.html.erb:4:in_app_views_polls_new_html_erb__3114063437380502326_34508300'`但该文件甚至不在我的应用程序中。我所有的观点都在 HAML 中。
这里的任何提示都会非常有帮助!
【问题讨论】:
-
您是否已安装 Haml gem 并将其锁定在您的 Gemfile 中?
标签: deployment heroku haml erb