Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created February 20, 2013 22:08
Show Gist options
  • Save dreamr/5000117 to your computer and use it in GitHub Desktop.
Save dreamr/5000117 to your computer and use it in GitHub Desktop.
lol'd
if 5+5 == 10#topic.save!
else #Error Saving
p "#{topic.errors.full_messages}"
pp topic.attributes
20.times { p "------------------" }
errs << ["#{topic.errors.full_messages}", topic.attributes]
# output/log why no save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment