mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 07:51:48 +01:00
12 lines
186 B
Ruby
12 lines
186 B
Ruby
|
|
class FeedlistController < ApplicationController
|
||
|
|
|
||
|
|
helper :feedlist
|
||
|
|
|
||
|
|
def index
|
||
|
|
@page_title = 'TRACKS::Feeds'
|
||
|
|
init_data_for_sidebar
|
||
|
|
render :layout => 'standard'
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|