Module: MobileView::ForcedSwitching

Defined in:
lib/mobile_view/forced_switching.rb

Defined Under Namespace

Modules: ControllerAdditions

Constant Summary collapse

"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"