Skip to content

Commit

Permalink
Update abuse_report_statuses_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Jun 28, 2018
1 parent 4bffe74 commit 190c369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/abuse_report_statuses_controller.rb
Expand Up @@ -3,7 +3,7 @@
class AbuseReportStatusesController < ApplicationController
before_action :verify_core, except: [:index, :show]
before_action :set_status, except: [:index, :create]
before_action :verify_admin, only: destroy
before_action :verify_admin, only: :destroy

def index
@statuses = AbuseReportStatus.all
Expand Down

0 comments on commit 190c369

Please sign in to comment.