Darep/Beatstream

View on GitHub
app/controllers/api_v1/playlists_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ApiV1
  class PlaylistsController < ApiController
    def index
    end

    def show
    end
  end
end