Class: PaymentTransaction

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/payment_transaction.rb

Instance Method Summary collapse

Instance Method Details

#describe_idObject



9
10
11
# File 'app/models/payment_transaction.rb', line 9

def describe_id
	"PaymentTransaction ##{id}"
end