Merge pull request #133 from ZeusWPI/fix-quickpay

Fix quickpay by making the user order their order instead of koelkast
This commit is contained in:
redfast00 2019-08-04 14:22:05 +02:00 committed by GitHub
commit 2b7c7de9f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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|