Fix quickpay by making the user order their order instead of koelkast

This commit is contained in:
redfast00 2019-08-04 13:46:35 +02:00
parent 66b15c0e7d
commit fa3b511940
No known key found for this signature in database
GPG Key ID: 5946E0E34FD0553C
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
class UsersController < ApplicationController
load_and_authorize_resource
skip_before_action :set_user!, only: [:quickpay]
def show
respond_to do |format|