Class: Browser::Meta::Tablet
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#meta ⇒ Object
49 50 51 |
# File 'lib/h2ocube_rails_helper.rb', line 49 def 'tablet mobile' if browser.device.tablet? end |