From b3e16ce23be2a189574d3590dcc056303ec30195 Mon Sep 17 00:00:00 2001 From: saurabhbhatia Date: Mon, 7 Oct 2013 18:13:55 +0800 Subject: [PATCH] Updated desktop widgets controller --- app/controllers/desktop_widgets_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/desktop_widgets_controller.rb b/app/controllers/desktop_widgets_controller.rb index 5b671710..49e1fefe 100644 --- a/app/controllers/desktop_widgets_controller.rb +++ b/app/controllers/desktop_widgets_controller.rb @@ -1,4 +1,4 @@ -class DesktopWidgetsController < OrbitBackendController +class DesktopWidgetsController < ApplicationController require "net/http" require "uri" require 'zip/zip'