# File lib/jpmobile/hook_action_controller.rb, line 4
    def lookup_context_with_jpmobile
      jpmobile_context = lookup_context_without_jpmobile
      jpmobile_context.view_paths.controller = self

      jpmobile_context
    end