Class: ActionController::Metal
- Inherits:
-
Object
- Object
- ActionController::Metal
- Defined in:
- lib/jpmobile/trans_sid.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.trans_sid(mode = :mobile) ⇒ Object
98 99 100 101 102 |
# File 'lib/jpmobile/trans_sid.rb', line 98 def trans_sid(mode = :mobile) include Jpmobile::TransSid self.trans_sid_mode = mode end |