Sha256: a1ca4080bb8c46e69966c3e5832fbc41cc51a252c893289cd5d95a102e9eebad

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

# -*- coding: utf-8 -*-
class TransSidMetalController < ActionController::Metal
  include ActionController::RackDelegation
  include ActionController::UrlFor
  include ActionController::Redirecting
  include Rails.application.routes.url_helpers

  # 事前にセッションを作成しないと trans_sid が有効にならない
  # before_action :session_init
  # trans_sid :always

  def redirect
    redirect_to('/')
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jpmobile-4.2.5 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.2.4 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.1.5 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.2.3 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.2.2 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.2.1 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.2.0 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.1.4 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb
jpmobile-4.1.1 test/rails/overrides/app/controllers/trans_sid_metal_controller.rb