Sha256: b6b92de14c69eed85a011199b19ef71708d3d5cee8ac9a0e4d9b571286ce9202

Contents?: true

Size: 215 Bytes

Versions: 9

Compression:

Stored size: 215 Bytes

Contents

require 'mks/common/methodresponse'
require 'mks/common/util'

module Logistics
  module Core
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :null_session
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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