Sha256: 810ed7a2486adc14f105dfb6abf1878f17cbb464d2d9faff7cceaaf8dc4239a2

Contents?: true

Size: 318 Bytes

Versions: 9

Compression:

Stored size: 318 Bytes

Contents

module Logistics
  module Core
    class DocumentTypeOriginsController < ApplicationController
      def index
        document_type_origins = DocumentTypeOrigin.all
        response = Mks::Common::MethodResponse.new(true, nil, document_type_origins, nil, nil)
        render json: response
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
logistics_core-21.11.2 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-21.11.1 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-21.08.1 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-21.03.1 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-20.10.3 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-20.10.2 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-20.10.1 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-20.9.1 app/controllers/logistics/core/document_type_origins_controller.rb
logistics_core-20.8.1 app/controllers/logistics/core/document_type_origins_controller.rb