Skip to content

Commit

Permalink
Test Commit for Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
SaNPai23 committed May 25, 2020
1 parent caf4c6c commit 95e0f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/admin_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class AdminController < ApplicationController

def action_allowed?
case params[:action]
when 'list_instructors'
Expand Down Expand Up @@ -34,4 +35,5 @@ def show_instructor
@user = User.find(params[:id])
@role = Role.find(@user.role_id)
end

end

0 comments on commit 95e0f2c

Please sign in to comment.