module API class TracksController < ApplicationController def index @tracks = Track.all end end end