# File lib/jpmobile/filter.rb, line 28 def apply_outgoing?(controller) controller.request.mobile? and [nil, "text/html", "application/xhtml+xml"].include?(controller.response.content_type) end