Rails - convertir hash en array
AUTOR PREGUNTA #1
-
1 personas más tuvieron esta duda Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
mi_hash = {"5" => "", "10" => "80"} mi_array_de_valores = mi_hash.values
mi_hash = {"5" => "", "10" => "80"} mi_array_de_valores = mi_hash.values