Files
openfoodnetwork/app/models/invoice/data_presenter/ship_address.rb
Mohamed ABDELLANI 61d58df56f fix linter issues
2023-06-18 21:03:13 +02:00

9 lines
142 B
Ruby

# frozen_string_literal: false
class Invoice
class DataPresenter
class ShipAddress < Invoice::DataPresenter::Address
end
end
end