require_relative '../payment' module Tickethub class Supplier::Payment::Cash < Supplier::Payment polymorphic 'CashPayment', :cash end end