Remove last playlists and tracks from home
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
class HomeController < ApplicationController
|
||||
def index
|
||||
@playlists = Playlist.all
|
||||
@tracks = Track.latest
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user