search for: nivel_numero

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

2013 May 13
1
RAILS GET IDS
...iat, :asig_nombre has_many :distributivos has_many :notas has_many :asignaturas_mallas_nivels has_many :mallas, :through => :asignaturas_mallas_nivels has_many :nivels, :through => :asignaturas_mallas_nivels end class Nivel < ActiveRecord::Base attr_accessible :nivel_descrip, :nivel_numero, :nivele_id has_many :cursos belongs_to :nivele has_many :asignaturas_mallas_nivels has_many :mallas, :through => :asignaturas_mallas_nivels has_many :asignaturas, :through => :asignaturas_mallas_nivels end class AsignaturasMallasNivel < ActiveRecord::Base attr_accessible :asi...