Skip to content

Commit

Permalink
puts params[:signed_request]
Browse files Browse the repository at this point in the history
  • Loading branch information
raven-chen committed Apr 5, 2012
1 parent 97d72b7 commit d3e0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/articles_controller.rb
@@ -1,7 +1,7 @@
class ArticlesController < ApplicationController
def deauth_test
p "--"*30
p request.inspect
p params[:signed_request]
p "parameter is #{params}"
p "--"*30

Expand Down

0 comments on commit d3e0fc4

Please sign in to comment.