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.4.6 app/helpers/mobile_helper.rb
fullstack-cms-0.4.5 app/helpers/mobile_helper.rb
fullstack-cms-0.4.4 app/helpers/mobile_helper.rb
fullstack-cms-0.3.8.fix app/helpers/mobile_helper.rb
fullstack-cms-0.2.32.fix app/helpers/mobile_helper.rb
fullstack-cms-0.4.3 app/helpers/mobile_helper.rb
fullstack-cms-0.4.2 app/helpers/mobile_helper.rb
fullstack-cms-0.4.1 app/helpers/mobile_helper.rb
fullstack-cms-0.3.39 app/helpers/mobile_helper.rb
fullstack-cms-0.3.38 app/helpers/mobile_helper.rb
fullstack-cms-0.3.37 app/helpers/mobile_helper.rb
fullstack-cms-0.3.36 app/helpers/mobile_helper.rb
fullstack-cms-0.3.35 app/helpers/mobile_helper.rb
fullstack-cms-0.3.34 app/helpers/mobile_helper.rb
fullstack-cms-0.3.33 app/helpers/mobile_helper.rb
fullstack-cms-0.3.32 app/helpers/mobile_helper.rb
fullstack-cms-0.3.31 app/helpers/mobile_helper.rb
fullstack-cms-0.3.30 app/helpers/mobile_helper.rb
fullstack-cms-0.3.29 app/helpers/mobile_helper.rb
fullstack-cms-0.3.28 app/helpers/mobile_helper.rb