search for: catelemento_nombre

Displaying 1 result from an estimated 1 matches for "catelemento_nombre".

2006 Apr 29
1
can i alter the _form.rhtml without have troubles to validat
..."><%= koman.Nombre %></option> <% end %> </select> <p><label for="catelemento_Clave">Clave</label><br/> <%= text_field ''catelemento'', ''Clave'' %></p> <p><label for="catelemento_Nombre">Nombre</label><br/> <%= text_field ''catelemento'', ''Nombre'' %></p> in the model class Catelemento < ActiveRecord::Base validates_presence_of :Nombre end ------------------------------------------------- the case is the...