Rails アプリが何らかの理由で読み込まれません
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