mobile-fu
mobile-fu copied to clipboard
session[:tablet_view] = false does not work
Hi there, as it looks like, mobile-fu ignores
before_filter :force_tablet_html
has_mobile_fu
def force_tablet_html
session[:tablet_view] = false
end
as described in the readme.
I am using Rails 5.0.0.1
if it helps.. .