Module: MobileView::ForcedSwitching
- Defined in:
- lib/mobile_view/forced_switching.rb
Defined Under Namespace
Modules: ControllerAdditions
Constant Summary collapse
- COOKIE_NAME =
The name of cookie which remembers forced mobile view switching.
"mobile"
- FORCE_MOBILE_VALUE =
Value of the cookie to represent “forced to mobile view”.
"1"
- FORCE_NON_MOBILE_VALUE =
Value of the cookie to represent “forced to non-mobile view”.
"0"