fix typo. change secrets.yml config.
This commit is contained in:
parent
a9ab1186f8
commit
048f20bcfc
4 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ class TicketPurchasesController < ApplicationController
|
|||
notice: 'Please pay here to purchase tickets.'
|
||||
else
|
||||
redirect_to conference_tickets_path(@conference.short_title),
|
||||
error: 'Please purchase atleast one ticket to continue.'
|
||||
error: 'Please purchase at least one ticket to continue.'
|
||||
end
|
||||
else
|
||||
redirect_to conference_conference_registration_path(@conference.short_title),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue