我安装了红地毯。我正在学习272篇关于如何使用它的Railscast教程。我的show.html.erb里有这一行
<%= Redcarpet.new(@topic.text).to_html %>我的rails应用程序似乎不知道有红地毯。我给了一个NoMethodError:
undefined method `new' for Redcarpet:Module我该怎么解决这个问题?
发布于 2015-04-19 06:42:14
https://stackoverflow.com/questions/29726416
复制相似问题