Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ActiveRecord::Base.transaction do
  2. @var_types.each_with_index do |var,index|
  3. begin
  4. var.save!
  5. puts "saving"
  6. rescue
  7. puts "rescued"
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement