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::SessionsController < Api::ApplicationController
class API::SessionsController < API::ApplicationController
skip_before_filter :authenticate!, :only => [:create]
def create