BookingSync / synced

Keep your BookingSync Application synced with BookingSync
MIT License
3 stars 2 forks source link

make scope no longer required for SyncedPerScopeTimestampStrategy #57

Closed Azdaroth closed 8 years ago

Azdaroth commented 8 years ago
Azdaroth commented 8 years ago

Fixes https://github.com/BookingSync/synced/issues/54 and also fixes the issue with performing reset_synced on globally scoped model, i.e. Booking.reset_synced didn't work, as the nil scope was explicitly applied as the scope name, in such case no scope should be considered.

Mandaryn commented 8 years ago

looks good