Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Oct 27, 2023
1 parent 37811a6 commit c07d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rom/factory/attributes/association.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def call(attrs = EMPTY_HASH, parent, persist: true)

structs = count.times.map do
if persist && attrs[tpk]
attrs
attrs
elsif persist
builder.persistable.create(*traits, **attrs)
else
Expand Down

0 comments on commit c07d8a7

Please sign in to comment.