around_filter :api_call_handle_error, :except => [:list]
around_filter :web_timeout, :only => [:list]
- filter_parameter_logging "<osmChange version"
-
# Help methods for checking boundary sanity and area size
include MapBoundary
# eliminate empty changesets (where the bbox has not been set)
# this should be applied to all changeset list displays
def conditions_nonempty()
- return ['min_lat IS NOT NULL']
+ return ['num_changes > 0']
end
end