Add inflection for API acronym
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Api::SessionsController < Api::ApplicationController
|
||||
class API::SessionsController < API::ApplicationController
|
||||
skip_before_filter :authenticate!, :only => [:create]
|
||||
|
||||
def create
|
||||
|
Reference in New Issue
Block a user