associates
associates copied to clipboard
Passing the associate when raising an exception on save! failure.
Rails 4 apparently expects this exction to take a single parameter now (the record that caused the exception). Passing the associate satisfies the dependancy and still lets the exception be thrown, rather than immediately dying due to bad parameters.