mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
add the before filter configuration back
This commit is contained in:
parent
d1ff0daf6f
commit
83273ac342
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
class CalendarController < ApplicationController
|
||||
skip_before_filter :login_required, :only => [:show]
|
||||
prepend_before_filter :login_or_feed_token_required, :only => [:show]
|
||||
|
||||
def show
|
||||
@source_view = 'calendar'
|
||||
@page_title = t('todos.calendar_page_title')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue