Sha256: b3a584625ca175b38801485284f58d32ac7c053d47caa4948fc2db76ef310503

Contents?: true

Size: 91 Bytes

Versions: 96

Compression:

Stored size: 91 Bytes

Contents

module MobileHelper

  def mobile?  
    request.user_agent =~ /Mobile|webOS/  
  end 

end

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
fullstack-cms-0.3.7 app/helpers/mobile_helper.rb
fullstack-cms-0.3.6 app/helpers/mobile_helper.rb
fullstack-cms-0.3.5 app/helpers/mobile_helper.rb
fullstack-cms-0.3.4 app/helpers/mobile_helper.rb
fullstack-cms-0.3.3 app/helpers/mobile_helper.rb
fullstack-cms-0.3.2 app/helpers/mobile_helper.rb
fullstack-cms-0.3.1 app/helpers/mobile_helper.rb
fullstack-cms-0.2.36 app/helpers/mobile_helper.rb
fullstack-cms-0.2.35 app/helpers/mobile_helper.rb
fullstack-cms-0.2.34 app/helpers/mobile_helper.rb
fullstack-cms-0.2.33 app/helpers/mobile_helper.rb
fullstack-cms-0.2.31 app/helpers/mobile_helper.rb
fullstack-cms-0.2.30 app/helpers/mobile_helper.rb
fullstack-cms-0.2.29 app/helpers/mobile_helper.rb
fullstack-cms-0.2.28 app/helpers/mobile_helper.rb
fullstack-cms-0.2.27 app/helpers/mobile_helper.rb
fullstack-cms-0.2.26 app/helpers/mobile_helper.rb
fullstack-cms-0.2.25 app/helpers/mobile_helper.rb
fullstack-cms-0.2.24 app/helpers/mobile_helper.rb
fullstack-cms-0.2.23 app/helpers/mobile_helper.rb