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.27 app/helpers/mobile_helper.rb
fullstack-cms-0.3.26 app/helpers/mobile_helper.rb
fullstack-cms-0.3.25 app/helpers/mobile_helper.rb
fullstack-cms-0.3.24 app/helpers/mobile_helper.rb
fullstack-cms-0.3.23 app/helpers/mobile_helper.rb
fullstack-cms-0.3.22 app/helpers/mobile_helper.rb
fullstack-cms-0.3.21 app/helpers/mobile_helper.rb
fullstack-cms-0.3.20 app/helpers/mobile_helper.rb
fullstack-cms-0.3.19 app/helpers/mobile_helper.rb
fullstack-cms-0.3.18 app/helpers/mobile_helper.rb
fullstack-cms-0.3.17 app/helpers/mobile_helper.rb
fullstack-cms-0.3.16 app/helpers/mobile_helper.rb
fullstack-cms-0.3.15 app/helpers/mobile_helper.rb
fullstack-cms-0.3.14 app/helpers/mobile_helper.rb
fullstack-cms-0.3.13 app/helpers/mobile_helper.rb
fullstack-cms-0.3.12 app/helpers/mobile_helper.rb
fullstack-cms-0.3.11 app/helpers/mobile_helper.rb
fullstack-cms-0.3.10 app/helpers/mobile_helper.rb
fullstack-cms-0.3.9 app/helpers/mobile_helper.rb
fullstack-cms-0.3.8 app/helpers/mobile_helper.rb