summaryrefslogtreecommitdiff
path: root/app/controllers/v1/smtp_certs_controller.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-05-19 14:50:16 +0200
committerAzul <azul@leap.se>2014-05-19 14:50:16 +0200
commite8ba98df64cb537e85de8624c0ebb08c4135ccca (patch)
tree6c45ae6672b59857b23f988dbec44e413cf6607a /app/controllers/v1/smtp_certs_controller.rb
parent17b67aeda81dee2273ce1161ac7292a328c3efaa (diff)
minor: fix tests
Diffstat (limited to 'app/controllers/v1/smtp_certs_controller.rb')
-rw-r--r--app/controllers/v1/smtp_certs_controller.rb2
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