Bergrebell / CyberCoach

1 stars 1 forks source link

fix empty round duration property bug - located in entry adapter in file entry.rb #52

Closed lexruee closed 9 years ago

lexruee commented 9 years ago

Line 26 in lib/rest_adapter/models/entry.rb must be changed as follows:

:round_duration => :round_duration,

to

:roundduration => :round_duration,

This is basically the reason why the round_duration property was not present. It serializes the property, but does not deserialize it.

svetakrasikova commented 9 years ago

This is in a separate branch, I haven't merged it with dev yet