Implement tracks/{show,listen}
This commit is contained in:
8
app/controllers/tracks_controller.rb
Normal file
8
app/controllers/tracks_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class TracksController < ApplicationController
|
||||
def show
|
||||
@track = Track.find params[:id]
|
||||
end
|
||||
|
||||
def stream
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user