Sha256: 63836985d2b4faf8e3b029ab726e77eff86223f576415a2fe8b6d7bdbcb7a97c
Contents?: true
Size: 365 Bytes
Versions: 22
Compression:
Stored size: 365 Bytes
Contents
class TransSidMetalController < ActionController::Metal 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
22 entries across 22 versions & 1 rubygems