Guest User

Untitled

a guest
Jun 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def update
  2. testvariable = "this variable can be accessed"
  3. params[:professiontype].each do |professiontype|
  4. yetanothertestvariable = "but this one cannot"
  5. debugger
  6. end
  7. end
Add Comment
Please, Sign In to add comment