Module: AlControllerSession
- Included in:
- AlFuncTest
- Defined in:
- lib/al_controller.rb
Overview
コントローラローカルセッションを他のクラスでも使うためのモジュール
Instance Method Summary collapse
-
#session ⇒ AlControllerSession
getter: session.
Instance Method Details
#session ⇒ AlControllerSession
getter: session
288 289 290 |
# File 'lib/al_controller.rb', line 288 def session() return AlController::AlControllerSession end |