class Stringex::ActsAsUrl::Adapter::Base

def ensure_unique_url_for!(instance)

passed from klass_previous_instances, just to be clear
NOTE: The instance here is not the cached instance but a block variable
def ensure_unique_url_for!(instance)
  instance.send :ensure_unique_url
  instance.save
end