Module: AlControllerSession

Included in:
AlFuncTest
Defined in:
lib/al_controller.rb

Overview

コントローラローカルセッションを他のクラスでも使うためのモジュール

Instance Method Summary collapse

Instance Method Details

#sessionAlControllerSession

getter: session

Returns:

  • (AlControllerSession)

    コントローラローカルセッションの操作オブジェクト



288
289
290
# File 'lib/al_controller.rb', line 288

def session()
  return AlController::AlControllerSession
end