类`ActionView :: Base’的未定义方法`render’

当我启动应用程序崩溃后出现错误

/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

如果您在帮助程序中使用渲染,则必须包含该function!

 include AbstractController::Rendering 

希望能帮助到你