我的Rails應用程序沒有加載因某種原因未定義的方法 '捕獲' 與Postmarkdown紅寶石寶石
index.html.haml where line #4 raised:
undefined method `captures' for nil:NilClass
我的配置/路線:
postmarkdown :as => :blog
root :to => 'posts#index'
我的職位/ index.html.haml
= render 'feed_link'
%section#posts
- if collection.present?
= render collection, :summary => true
= paginate collection
- else
No posts found.
我使用這種寶石:https://github.com/ennova/postmarkdown
它是集合或@collection? – 2013-04-15 06:38:37