I'm trying to do an order query that finds records nearest to the current_user.
I know the distance between the two points is: current_location.euclidean_distance(@record.position)
How can I work this into a PostGIS (or active_record/spatial_adapter) query?