Class: FormData::Order

Inherits:
Base
  • Object
show all
Defined in:
app/forms/form_data/order.rb

Instance Method Summary collapse

Methods inherited from Base

#persisted?

Instance Method Details

#payment_methodObject



38
39
40
41
# File 'app/forms/form_data/order.rb', line 38

def payment_method
  retutn if payment_method_id.blank?
  PaymentType.find_by id: payment_method_id
end