lib/yaks/mapper/association_mapper.rb in yaks-0.11.0 vs lib/yaks/mapper/association_mapper.rb in yaks-0.12.0

- old
+ new

@@ -7,10 +7,10 @@ @parent_mapper = parent_mapper @association = association @context = context.merge( mapper_stack: context[:mapper_stack] + [parent_mapper] ) - @rel = association.map_rel(policy) + @rel = association.map_rel(policy) # rubocop:disable Style/ExtraSpacing end def policy context.fetch(:policy) end