moves the admin api inside of the /admin namespace

This commit is contained in:
kikito
2015-09-24 12:11:51 +02:00
parent 471b14835e
commit adc8275f5a
6 changed files with 12 additions and 20 deletions

View File

@@ -0,0 +1,3 @@
class Admin::Api::BaseController < Admin::BaseController
protect_from_forgery with: :null_session
end