fix typo. change secrets.yml config.

This commit is contained in:
Rishabh Saxena 2016-08-05 22:56:29 +05:30
parent a9ab1186f8
commit 048f20bcfc
4 changed files with 5 additions and 5 deletions

View file

@ -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),