Articulo Random en Rails Mar 11th, 2009 1:45 pm | Comments Queremos obtener un registro aleatorio de la BD en Rails:def random @articulo = Articulo.find(:first, :order => ‘RAND()’)end