# File lib/devise/rails/routes.rb, line 272 def unauthenticated(scope=nil) constraint = lambda do |request| not request.env["warden"].authenticate? :scope => scope end constraints(constraint) do yield end end