Skip to content

Commit

Permalink
Fixing EOL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Oct 16, 2019
1 parent 815a3bd commit 1ed0221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/permanent_records/active_record_5_2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def delete(method = options[:dependent])
# rubocop:enable Metrics/MethodLength
# rubocop:enable Metrics/AbcSize
ActiveRecord::Associations::BelongsToAssociation.prepend(HandlePermanentRecordsDestroyedInBelongsToAssociation)
ActiveRecord::Associations::HasOneAssociation.prepend(HandlePermanentRecordsDestroyedInHasOneAssociation)
ActiveRecord::Associations::HasOneAssociation.prepend(HandlePermanentRecordsDestroyedInHasOneAssociation)

0 comments on commit 1ed0221

Please sign in to comment.