diff --git a/app/controllers/api_keys_controller.rb b/app/controllers/api_keys_controller.rb index 2e6596f7e..706ccdc43 100644 --- a/app/controllers/api_keys_controller.rb +++ b/app/controllers/api_keys_controller.rb @@ -1,5 +1,5 @@ class ApiKeysController < ApplicationController - before_filter :gold_only + before_filter :member_only def new @api_key = ApiKey.new(:user_id => CurrentUser.user.id)