diff --git a/app/controllers/choice/choice_controller.rb b/app/controllers/choice/choice_controller.rb index 3dcecc3..174d625 100644 --- a/app/controllers/choice/choice_controller.rb +++ b/app/controllers/choice/choice_controller.rb @@ -21,11 +21,7 @@ module Choice BadgeGranter.grant(badge, current_user) - respond_to do |format| - format.html - format.js - format.json { render :json => { status: 'OK' } } - end + render :json => { status: 'OK' } end end end