在生产中部署时出现以下错误。有人可以帮忙解决吗?谢谢。
ActionView::Template::Error (undefined method `include_stylesheets' for #<#<Class:0x00000003d8e0e8>:0x00000002d0f730>):
2: %html
3: %head
4: %title= Settings.app_name
5: = include_stylesheets :canvas, :media => 'all'
6: = include_javascripts :canvas
7: = javascript_include_tag 'home/custom.js.coffee'
8: = csrf_meta_tags
app/views/layouts/home.html.haml:5:in `_app_views_layouts_home_html_haml___3948606540755903120_32481960'
app/controllers/website/home_controller.rb:11:in `home'