Allow showing of users

This commit is contained in:
Robbe Van Herck 2019-04-20 13:56:04 +02:00
parent 0d2a24fb41
commit e4416549bd
No known key found for this signature in database
GPG Key ID: 4D1C8E8FBD1C7188
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#
class UsersController < ApplicationController
load_and_authorize_resource
load_and_authorize_resource except: :show
before_action :init, only: :show
def show