Skip to content

Commit

Permalink
removed authenticity_token check in UploadsController to make automat…
Browse files Browse the repository at this point in the history
…ed uploading easier
  • Loading branch information
nylen committed Aug 12, 2010
1 parent 1b3f59f commit 687c8aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/uploads_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class UploadsController < ApplicationController
before_filter :check_authentication
before_filter :only_allow_html, :only => [:new, :manual, :ssu]
before_filter :require_ac, :only => [:error, :security]
skip_before_filter :verify_authenticity_token

# FIXME: we should not be declaring stylesheets in the controller
stylesheet 'upload-accounts'
Expand Down

0 comments on commit 687c8aa

Please sign in to comment.