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.2.22 app/helpers/mobile_helper.rb
fullstack-cms-0.2.21 app/helpers/mobile_helper.rb
fullstack-cms-0.2.20 app/helpers/mobile_helper.rb
fullstack-cms-0.2.19 app/helpers/mobile_helper.rb
fullstack-cms-0.2.18 app/helpers/mobile_helper.rb
fullstack-cms-0.2.17 app/helpers/mobile_helper.rb
fullstack-cms-0.2.16 app/helpers/mobile_helper.rb
fullstack-cms-0.2.15 app/helpers/mobile_helper.rb
fullstack-cms-0.2.14 app/helpers/mobile_helper.rb
fullstack-cms-0.2.13 app/helpers/mobile_helper.rb
fullstack-cms-0.2.12 app/helpers/mobile_helper.rb
fullstack-cms-0.2.11 app/helpers/mobile_helper.rb
fullstack-cms-0.2.10 app/helpers/mobile_helper.rb
fullstack-cms-0.2.9 app/helpers/mobile_helper.rb
fullstack-cms-0.2.8 app/helpers/mobile_helper.rb
fullstack-cms-0.2.7 app/helpers/mobile_helper.rb
fullstack-cms-0.2.6 app/helpers/mobile_helper.rb
fullstack-cms-0.2.5 app/helpers/mobile_helper.rb
fullstack-cms-0.2.4 app/helpers/mobile_helper.rb
fullstack-cms-0.2.3 app/helpers/mobile_helper.rb