当我启动应用程序时,错误导致崩溃
/home/stereodenis/.rvm/gems/ruby-1.9.3-p194@nyanya/gems/haml-3.1.6/lib/haml/helpers/action_view_mods.rb:15:in `alias_method': undefined method `render' for class `ActionView::Base' (NameError)
可能出了什么问题?
完整跟踪https://gist.github.com/5e3244d488068c9d0ba7
如果在助手内部使用渲染,则必须包含该功能!
include AbstractController::Rendering
希望它能帮助