fix syntax error

This commit is contained in:
Brian Smith 2014-01-12 13:00:57 -05:00
parent 6d42e42c18
commit 753dc22e8b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class ApiRecordingsController < ApiController
if liker.errors.any?
render :json => { :message => "Unexpected error occurred" }, :status => 500
else
render :json => {} :status => 201
render :json => {}, :status => 201
end
end