Method: LaunchControl::MandrillContract#error_string

Defined in:
lib/launch_control/mandrill_contract.rb

#error_stringObject



74
75
76
77
78
# File 'lib/launch_control/mandrill_contract.rb', line 74

def error_string
  (@errors || {}).map { |(attr, message)|
    "#{attr} #{message}"
  }.join(', ')
end