You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
[Hash] coordinates a hash containing :latitude and :longitude
But I think it's a bit inconsistent that we provide access to these attributes via a Hash. We could simplify things by setting latitude and longitude directly on the Post object.
I also think we should provide a predicate method coordinates? on the Post object.
When we do this, we can deprecate the coordinates attribute.
We have this now
But I think it's a bit inconsistent that we provide access to these attributes via a Hash. We could simplify things by setting
latitudeandlongitudedirectly on thePostobject.I also think we should provide a predicate method
coordinates?on thePostobject.When we do this, we can deprecate the
coordinatesattribute.