Skip to content

Commit

Permalink
Update reasons_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Aug 18, 2019
1 parent 65169bb commit 653f12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/reasons_controller.rb
@@ -1,6 +1,8 @@
# frozen_string_literal: true

class ReasonsController < ApplicationController
before_action :verify_core, only: [:update_description]

def show
@reason = Reason.find(params[:id])

Expand Down

0 comments on commit 653f12f

Please sign in to comment.