lib/clean_model/remote.rb in clean_model-0.0.8 vs lib/clean_model/remote.rb in clean_model-0.0.9
- old
+ new
@@ -25,9 +25,10 @@
save_success(response)
else
save_fail(response)
end
rescue WebClient::Error => ex
+ puts ex.inspect
errors[:base] = ex.message
end
errors.empty?
end
\ No newline at end of file