class Stringex::ActsAsUrl::Adapter::Base

def instance_from_db

def instance_from_db
  instance.class.find(instance.id)
end