API tries to verify CSRF token authenticity
Created by: dorra
The API tries to verify CSRF token authenticity; should not do that.
Started GET "/admin/projects" for 93.196.90.124 at 2015-02-20 20:55:58 +0100 Processing by Admin::ProjectsController#index as HTML Completed 200 OK in 92ms (Views: 71.7ms | ActiveRecord: 10.8ms) Started POST "/projects" for 93.196.90.124 at 2015-02-20 20:56:08 +0100 Processing by ProjectsController#create as HTML Parameters: {"name"=>"example"} Can't verify CSRF token authenticity Completed 422 Unprocessable Entity in 2ms