Method: LaunchControl::MandrillContract#error_string
- Defined in:
- lib/launch_control/mandrill_contract.rb
#error_string ⇒ Object
74 75 76 77 78 |
# File 'lib/launch_control/mandrill_contract.rb', line 74 def error_string (@errors || {}).map { |(attr, )| "#{attr} #{}" }.join(', ') end |