# File lib/jpmobile/filter.rb, line 41 def after(controller, options = {}) if apply_outgoing?(controller) and controller.response.body.is_a?(String) controller.response.body = to_external(controller.response.body, options) end end