nebulab / simple_command

A simple, standardized way to build and use Service Objects (aka Commands) in Ruby
http://nebulab.it
MIT License
625 stars 55 forks source link

Suggestion: Implement full_messages method for Errors #11

Closed vanboom closed 5 years ago

vanboom commented 6 years ago

When getting errors from an ActiveRecord, full_messages returns an array of joined set of key/value for the errors.

I will submit a PR for this if you are open to it. Thanks for a great gem.

vanboom commented 6 years ago

PR submitted #12, please accept or advise

kennyadsl commented 5 years ago

Merged, thanks!