Skip to content

Instantly share code, notes, and snippets.

@dburger
Created November 23, 2008 21:19
Show Gist options
  • Save dburger/28206 to your computer and use it in GitHub Desktop.
Save dburger/28206 to your computer and use it in GitHub Desktop.
class MondoController < ApplicationController
protect_from_forgery :except => [:action_one, :action_two]
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment