Fix one tag api spec

This commit is contained in:
Sarah Mei 2011-10-16 13:43:21 -07:00
parent f2c16bec85
commit 42e061dfa0

View file

@ -1,5 +1,5 @@
class Api::V0::TagsController < ApplicationController class Api::V0::TagsController < ApplicationController
def show def show
head :ok
end end
end end