lib/synchronisable/synchronizer.rb in synchronisable-0.0.9 vs lib/synchronisable/synchronizer.rb in synchronisable-1.0.0

- old
+ new

@@ -167,10 +167,10 @@ remote_id: remote_id ) end def gateway_instance - @gateway ||= gateway.try(:new) + @gateway_instance ||= gateway.try(:new) end end end end