mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Remove unused ticket_purchase_params
This commit is contained in:
parent
bead2ecff7
commit
cf87cc6280
1 changed files with 0 additions and 6 deletions
|
|
@ -31,10 +31,4 @@ class TicketPurchasesController < ApplicationController
|
|||
def index
|
||||
@unpaid_ticket_purchases = current_user.ticket_purchases.by_conference(@conference).unpaid
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def ticket_purchase_params
|
||||
params.require(:ticket_purchase).permit(:ticket_id, :user_id, :conference_id, :quantity)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue