Files
openfoodnetwork/app/models/invoice/data_presenter/payment_method.rb
2023-06-18 21:03:13 +02:00

5 lines
152 B
Ruby

class Invoice::DataPresenter::PaymentMethod < Invoice::DataPresenter::Base
attributes :id,:name, :description
invoice_generation_attributes :id
end