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::ApplicationController < ApplicationController
class API::ApplicationController < ApplicationController
skip_before_filter :verify_authenticity_token
skip_before_filter :authenticate!, :only => [:cor_preflight]