From 0f8efed9afa480174c77c89d4d9d4a40f99bddab Mon Sep 17 00:00:00 2001 From: Azul Date: Sat, 26 Jan 2013 11:13:24 +0100 Subject: adopting tests to the way certs work now. should pass. * We now generate cert and key on validate. * we don't expect the controller to pick from the pool anymore - just create instead --- certs/app/models/client_certificate.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'certs/app/models') diff --git a/certs/app/models/client_certificate.rb b/certs/app/models/client_certificate.rb index 6abc1ee..b664ff0 100644 --- a/certs/app/models/client_certificate.rb +++ b/certs/app/models/client_certificate.rb @@ -11,8 +11,6 @@ require 'date' class ClientCertificate < CouchRest::Model::Base - use_database 'client_certificates' - timestamps! property :key, String # the client private RSA key -- cgit v1.2.3