class Stringex::ActsAsUrl::Adapter::Base
def ensure_unique_url_for!(instance)
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
def ensure_unique_url_for!(instance) instance.send :ensure_unique_url instance.save end