Cita:
Iniciado por calichecal y lo otro si parece estar bien:
Código:
$ rake routes
index_index GET /index/index(.:format) index#index
index_registro GET /index/registro(.:format) index#registro
tipocontenidos_index GET /tipocontenidos/index(.:format) tipocontenido#index
root / index#index
Si entonces tienes que poner
tipocontenidos_index_path
en el
link_to
.