OSDN Git Service

Remove check_token_auth filter
authorRobert Speicher <rspeicher@gmail.com>
Tue, 25 Sep 2012 23:16:46 +0000 (19:16 -0400)
committerRobert Speicher <rspeicher@gmail.com>
Wed, 26 Sep 2012 20:32:23 +0000 (16:32 -0400)
commit33126227af662a454538d5a64762d19165f3c65d
treee5c9cbf2291e9230faec2f0d63804fe5137253ce
parent1048917232992671b0a01f4c87ed00edfff633e8
Remove check_token_auth filter

Because of the way ExtractPaths works, `params[:format]` wouldn't
necessarily be available at the time this filter was running, and so it
would erroneously redirect to `new_user_session_path`
app/controllers/application_controller.rb