How to render your blog posts on your homepage in Refinery CMS
Add this line in your routes.rb, just above the line where you see: mount Refinery::Core::Engine, :at => ‘/’
root :to => 'refinery/blog/posts#index'
Add this line in your routes.rb, just above the line where you see: mount Refinery::Core::Engine, :at => ‘/’
root :to => 'refinery/blog/posts#index'