diff options
author | Azul <azul@leap.se> | 2014-05-19 14:50:16 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-05-19 14:50:16 +0200 |
commit | e8ba98df64cb537e85de8624c0ebb08c4135ccca (patch) | |
tree | 6c45ae6672b59857b23f988dbec44e413cf6607a /app | |
parent | 17b67aeda81dee2273ce1161ac7292a328c3efaa (diff) |
minor: fix tests
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/v1/smtp_certs_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/v1/smtp_certs_controller.rb b/app/controllers/v1/smtp_certs_controller.rb index 258b391..533a19a 100644 --- a/app/controllers/v1/smtp_certs_controller.rb +++ b/app/controllers/v1/smtp_certs_controller.rb @@ -3,7 +3,7 @@ class V1::SmtpCertsController < ApplicationController before_filter :require_login before_filter :require_email_account - # GET /cert + # GET /1/smtp_cert def show @cert = ClientCertificate.new prefix: current_user.email_address current_user.identity.cert_fingerprints << @cert.fingerprint |