Skip to content

Instantly share code, notes, and snippets.

@trevrosen
Created January 14, 2009 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevrosen/47117 to your computer and use it in GitHub Desktop.
Save trevrosen/47117 to your computer and use it in GitHub Desktop.
# --------------------- POST handler -- processes the form submission -----------------------
post "/post" do
# Instantiate the Submission to get the party started
sub = Submission.new(params,
request.env['HTTP_REFERER'],
request.env['REMOTE_ADDR']
)
debugger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment