当我试图加载我的应用程序时,我得到了以下错误:
ActionView::Template::Error at /
uninitialized constant ActionView::CompiledTemplates::EXPR_ARG该错误在app/views/layouts/application.html.haml中找到,下面的代码将突出显示。
!!! 5
%html{:lang => "en"}
%head
= render partial: 'common/html_head'
%body#static{ class: body_css_class }
= content_for?(:base_content) ? yield(:base_content) : yield有人知道这是什么吗?
发布于 2018-06-21 16:28:20
https://stackoverflow.com/questions/50141327
复制相似问题