When using the near query and specifying a dynamic radius column, is it possible to also set a default radius if the dynamic radius is not set for that row?
Something like: Location.near([lat, lng], 25, :effective_radius)
This would be more convenient than setting a default value in the database that might change later.