Guest User

Untitled

a guest
Feb 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. post '/simulacion' do
  2. params["rut"],params["dv"],params["renta"]=["77777777","7","200000"]
  3. cons = BCI.consumo.simulate("1",params)
  4. erb :simulacion_consumo_bci, locals: {
  5. monto_credito_automtriz: Integer(params["valcuota"]),
  6. monto_credito_consumo: Integer(cons["montoCuota"])}
  7. end
Add Comment
Please, Sign In to add comment