Error template ruby

0

I got this error while trying to learn the ruby basics, does anyone know how to solve it?

Missing template articles/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: * "c:/Sites/blog/app/views"                               
    
asked by anonymous 03.05.2015 / 01:06

1 answer

3

This error occurs when you try to call a template (view) that does not exist.

Try to create the Index method put in the route and create the view index.

[] s

    
04.05.2015 / 01:23