mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-11 19:58:51 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@501 a4c988fc-2ded-0310-b66e-134b36920a42
11 lines
186 B
Ruby
11 lines
186 B
Ruby
class FeedlistController < ApplicationController
|
|
|
|
helper :feedlist
|
|
|
|
def index
|
|
@page_title = 'TRACKS::Feeds'
|
|
init_data_for_sidebar
|
|
render :layout => 'standard'
|
|
end
|
|
|
|
end
|