Remove unused method GeoNode#namespaces_changed?

parent 3e208129
......@@ -108,10 +108,6 @@ class GeoNode < ActiveRecord::Base
end
end
def namespaces_changed?
namespaces.any? { |n| n.new_record? || n.marked_for_destruction? }
end
def project_ids
return unless namespaces.presence
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment