Skip to content

Instantly share code, notes, and snippets.

@elomar
Created March 27, 2010 03:33
Show Gist options
  • Save elomar/345682 to your computer and use it in GitHub Desktop.
Save elomar/345682 to your computer and use it in GitHub Desktop.
def pagseguro
render unless request.post?
seller = Seller.find params[:id]
pagseguro_notification(seller.authenticity_token) do |notification|
# ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment