Skip to content

Instantly share code, notes, and snippets.

@hassox
Created March 21, 2010 11:49
Show Gist options
  • Select an option

  • Save hassox/339257 to your computer and use it in GitHub Desktop.

Select an option

Save hassox/339257 to your computer and use it in GitHub Desktop.
use Warden::Manager do |config|
config.default_strategies :foo, :bar
config.default_strategies :baz, :scope => :baz
config.default_scope_options :baz, :store => false
config.failure_app = FailureApp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment