5 lines
69 B
Ruby
5 lines
69 B
Ruby
class TracksController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
end |