Module: AlControllerSession

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#sessionAlControllerSession

getter: session

Returns:

  • (AlControllerSession)

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



245
246
247
# File 'lib/al_controller.rb', line 245

def session()
  return AlController::AlControllerSession
end