Ruby on Rails Wednesday, April 20, 2016

Hey Colin!! Finally!!! FINALLY!!!! LOOK:

I just add this:
 
auth_params[:contract_number].zip(auth_params[:value_solve].reject(&:blank?)).each do |contract_number, value_solve|
          Authorization.where(contract_number: contract_number).update_all(value_solve: value_solve, situation: 2)
      end


Thanks!! After more then one week and very very very help, I finished it !! * - *
Now... go to next problem LOL hahaha :D

:DDD 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/019c5c4d-ee18-476b-81cc-96b14f903c01%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment