6 lines
70 B
Ruby
6 lines
70 B
Ruby
class TracksController < ApplicationController
|
|
def index
|
|
end
|
|
|
|
end
|