Method: Logistics::Core::CustomsOfficesController#index

Defined in:
app/controllers/logistics/core/customs_offices_controller.rb

#indexObject



8
9
10
11
12
# File 'app/controllers/logistics/core/customs_offices_controller.rb', line 8

def index
  customs_offices = CustomsOffice.all
  response = Mks::Common::MethodResponse.new(true, nil, customs_offices, nil, nil)
  render json: response
end