paper-trail-gem--paper_trail/test
Sam Boylett 4ad6254b74 Fix for HABTM associations when updated within 1 transaction
When updating 2 models with a HABTM association, and using
accepts_nested_attributes_for, the association was using the
version ID instead of the transaction ID to reference the change.
This was braking the association logic and preventing proper
reification.
2016-05-20 00:10:06 -04:00
..
dummy Fix for HABTM associations when updated within 1 transaction 2016-05-20 00:10:06 -04:00
functional Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
unit Fix for HABTM associations when updated within 1 transaction 2016-05-20 00:10:06 -04:00
custom_json_serializer.rb Fix Lint/UnusedBlockArgument 2016-02-15 20:25:11 -05:00
paper_trail_test.rb Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00
test_helper.rb Lint: SpaceAroundOperators: AllowForAlignment: false 2016-04-09 00:31:44 -04:00
time_travel_helper.rb Fix Style/StringLiterals: Use double quotes 2016-03-05 17:07:32 -05:00