diff options
author | Azul <azul@leap.se> | 2013-01-26 11:13:24 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-01-26 11:13:24 +0100 |
commit | 0f8efed9afa480174c77c89d4d9d4a40f99bddab (patch) | |
tree | d4a0731526a0e1174938f794277401c789e64395 /certs/app | |
parent | 0975583e3c6ec9d2bf0269841073031537db1c37 (diff) |
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
Diffstat (limited to 'certs/app')
-rw-r--r-- | certs/app/models/client_certificate.rb | 2 |
1 files changed, 0 insertions, 2 deletions
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 |