Skip to content

Instantly share code, notes, and snippets.

@schof
Created March 2, 2011 14:38
Show Gist options
  • Select an option

  • Save schof/851029 to your computer and use it in GitHub Desktop.

Select an option

Save schof/851029 to your computer and use it in GitHub Desktop.
Monkey Patch Devise
Devise::FailureApp.class_eval do
def http_auth?
return false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment