Module: ActionController::MobileFu

Defined in:
lib/mobile-fu.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

TABLET_USER_AGENTS =

These are various strings that can be found in tablet devices. Please feel free to add on to this list.

/ipad|android 3.0|xoom|sch-i800|gt-p1000|playbook|tablet|kindle|honeycomb|nexus 7/.freeze

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



38
39
40
# File 'lib/mobile-fu.rb', line 38

def self.included(base)
  base.extend ClassMethods
end