mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix various typos
Fixes user-facing and non-user-facing typos Found via `codespell -S "./vendor" -L ontext,rememberable,ridiculus,varius`
This commit is contained in:
parent
688a8e3561
commit
7d9739349b
20 changed files with 25 additions and 25 deletions
|
|
@ -13,7 +13,7 @@ class Ticket < ApplicationRecord
|
|||
scope :for_registration, -> { where(registration_ticket: true) }
|
||||
|
||||
# This validation is for the sake of simplicity.
|
||||
# If we would allow different currencies per conference we also have to handle convertions between currencies!
|
||||
# If we would allow different currencies per conference we also have to handle conversions between currencies!
|
||||
validate :tickets_of_conference_have_same_currency
|
||||
|
||||
validates :price_cents, :price_currency, :title, presence: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue