Commit 44a2edcb135b9ba6d39bf26e1f88e259ff19ce89

Authored by Barry Hess
Committed by Nick Recobra
1 parent ef27f84e
Exists in master and in 1 other branch production

skip verify authenticity token on DeploysController#create.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/controllers/deploys_controller.rb
1 1 class DeploysController < ApplicationController
2 2  
  3 + skip_before_filter :verify_authenticity_token, :only => :create
3 4 skip_before_filter :authenticate_user!, :only => :create
4 5  
5 6 def create
... ...