mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
The gadget does not need authorization.
This commit is contained in:
parent
a2dd4797b7
commit
9b2757d8b0
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
class IntegrationsController < ApplicationController
|
||||
|
||||
skip_before_filter :login_required, :only => :search_plugin
|
||||
skip_before_filter :login_required, :only => [:search_plugin, :google_gadget]
|
||||
|
||||
def index
|
||||
@page_title = 'TRACKS::Integrations'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue