Add the ability to integrate your tracks installation as a Gmail Gadget. Code was contributed by GTDify.com. Thanks!

see http://www.getontracks.org/forums/viewthread/434/
This commit is contained in:
Reinier Balt 2009-08-04 09:54:45 +02:00
parent 2497ea9fea
commit 0272f812da
4 changed files with 117 additions and 78 deletions

View file

@ -32,4 +32,8 @@ class IntegrationsController < ApplicationController
render :layout => false
end
def google_gadget
render :layout => false, :content_type => Mime::XML
end
end