Created
July 21, 2015 19:34
-
-
Save smathy/50b303bf72ba910ff584 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14] pry(main)> params = {"authenticity_token"=>"qNm7AlvhnrQoWc3XqN1csWfDauWDNUzkiv0ARa1jJPQ=", "evento"=>{"id"=>"", "situacao"=>"1", "nome"=>"teste", "apresentacao"=>"<p>teste</p>\r\n", "coordenador_id"=>"21243", "exibir_gabarito"=>"0", "exibir_estatistica_individual"=>"0", "exibir_forum"=>"0", "inicio"=>"09/04/2015", "fim"=>"09/10/2015", "fase_do_evento_id"=>"1", "duracao"=>"5", "tipo_questao_id"=>"1", "ponto_acerto"=>"0.0", "ponto_erro"=>"0.0", "ponto_aprovacao"=>"0.0"}, "aproveitamentos_produto"=>{"aproveitamento_id"=>["1"]}, "grupo_novo"=>[{"area_conhecimento_id"=>"15", "total_questoes"=>"1", "ponto_corte"=>"1", "ordem"=>"1"}]} | |
=> {"authenticity_token"=>"qNm7AlvhnrQoWc3XqN1csWfDauWDNUzkiv0ARa1jJPQ=", | |
"evento"=> | |
{"id"=>"", | |
"situacao"=>"1", | |
"nome"=>"teste", | |
"apresentacao"=>"<p>teste</p>\r\n", | |
"coordenador_id"=>"21243", | |
"exibir_gabarito"=>"0", | |
"exibir_estatistica_individual"=>"0", | |
"exibir_forum"=>"0", | |
"inicio"=>"09/04/2015", | |
"fim"=>"09/10/2015", | |
"fase_do_evento_id"=>"1", | |
"duracao"=>"5", | |
"tipo_questao_id"=>"1", | |
"ponto_acerto"=>"0.0", | |
"ponto_erro"=>"0.0", | |
"ponto_aprovacao"=>"0.0"}, | |
"aproveitamentos_produto"=>{"aproveitamento_id"=>["1"]}, | |
"grupo_novo"=>[{"area_conhecimento_id"=>"15", "total_questoes"=>"1", "ponto_corte"=>"1", "ordem"=>"1"}]} | |
[15] pry(main)> params.each { |p| puts "A new SimuladosAproveitamento for #{p}" } | |
A new SimuladosAproveitamento for ["authenticity_token", "qNm7AlvhnrQoWc3XqN1csWfDauWDNUzkiv0ARa1jJPQ="] | |
A new SimuladosAproveitamento for ["evento", {"id"=>"", "situacao"=>"1", "nome"=>"teste", "apresentacao"=>"<p>teste</p>\r\n", "coordenador_id"=>"21243", "exibir_gabarito"=>"0", "exibir_estatistica_individual"=>"0", "exibir_forum"=>"0", "inicio"=>"09/04/2015", "fim"=>"09/10/2015", "fase_do_evento_id"=>"1", "duracao"=>"5", "tipo_questao_id"=>"1", "ponto_acerto"=>"0.0", "ponto_erro"=>"0.0", "ponto_aprovacao"=>"0.0"}] | |
A new SimuladosAproveitamento for ["aproveitamentos_produto", {"aproveitamento_id"=>["1"]}] | |
A new SimuladosAproveitamento for ["grupo_novo", [{"area_conhecimento_id"=>"15", "total_questoes"=>"1", "ponto_corte"=>"1", "ordem"=>"1"}]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment