I have a database in execution, and the tables in singular. However one table is plural, and also your controller, view, model...When open in browser (http://localhost:3008/clientes), the follow error appear: uninitialized constant Cliente. How I make for to recognize the "clientes"?
If it's looking for Cliente that should be your code doing something like Cliente.find(:all)
It would fail for ClienteController instead