Remove v0 version namespacing for API

This commit is contained in:
Thibault Jouan
2012-03-18 23:16:43 +00:00
parent 5dfafdcc46
commit 10a8e1f094
10 changed files with 11 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
class Api::PlaylistsController < Api::ApplicationController
respond_to :json
def index
@playlists = Playlist.all
end
end