Displaying 1 result from an estimated 1 matches for "nome_instit".
Did you mean:
nomesinstit
2010 Jul 09
2
Template is missing.... but it is there!
Hello friends!
I have an application to list different kinds of institution names. So
I have one table "instits" for the institutions and another table
"nome_instits" for their names. For test, I put two rows inside
"instits" and three names for the first institution and two names for
the last. Then I created this controller:
class ServInstitController < ApplicationController
def index
@instit = Instit.find(:all, :order => '...