Add inflection for API acronym

This commit is contained in:
Thibault Jouan
2013-06-30 21:37:30 +00:00
parent 5719cbcbe9
commit 40f4ced3b8
11 changed files with 16 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
class Api::SoundsController < Api::ApplicationController
class API::SoundsController < API::ApplicationController
# FIXME: add some tests!
def show
sound = Sound.find params[:id]