Updated contact doc and added too long epp message #2753

This commit is contained in:
Priit Tark 2015-07-21 17:02:31 +03:00
parent 1143e16354
commit d4a0f1e783
7 changed files with 19 additions and 16 deletions

View file

@ -102,7 +102,7 @@ class EppController < ApplicationController
msg: 'handle_errors was executed when there were actually no errors'
}
# rubocop:disable Rails/Output
puts obj.errors.full_messages if Rails.env.test?
puts "FULL MESSAGE: #{obj.errors.full_messages} #{obj.errors.inspect}" if Rails.env.test?
# rubocop: enable Rails/Output
end