Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@options.fetch(:errors, {}) can be nil
If the key `:errors` exists in `@options` then the previous code will return `nil`. Changing it like this ensures we have a hash if errors did not exist or if it was nil.
- Loading branch information