summaryrefslogtreecommitdiff
path: root/app/controllers/keys_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/keys_controller.rb')
-rw-r--r--app/controllers/keys_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/keys_controller.rb b/app/controllers/keys_controller.rb
index ce49e3e72c6..1a25d834e12 100644
--- a/app/controllers/keys_controller.rb
+++ b/app/controllers/keys_controller.rb
@@ -29,7 +29,7 @@ class KeysController < ApplicationController
respond_to do |format|
format.html { redirect_to keys_url }
- format.js { render :nothing => true }
+ format.js { render nothing: true }
end
end
end